MarqueeFlow

外掛說明

MarqueeFlow adds a smooth, CSS-only marquee slider to your WordPress site via the block editor. No JavaScript animations, no jQuery, no external dependencies — just fast, GPU-accelerated scrolling.

Features

  • Continuous marquee animation with seamless looping
  • Three speed presets: Slow, Normal, Fast
  • Three image height presets: Small, Medium, Large
  • Two gap presets: Normal and Spacious
  • Max image width control to prevent wide logos from dominating
  • Direction control: Left to Right or Right to Left
  • Pause on hover
  • Drag-and-drop image reordering in the editor
  • Supports JPG, PNG, WebP, GIF, and AVIF
  • SVG support via third-party plugins (e.g. Safe SVG)
  • Accessible: respects prefers-reduced-motion and includes ARIA labels
  • Lightweight: CSS-only animations, no external dependencies

How It Works

  1. Add the MarqueeFlow block in the editor
  2. Select your images
  3. Adjust speed, height, and style in the sidebar
  4. Publish

螢幕擷圖

安裝方式

  1. Upload the marqueeflow folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu
  3. Add the “MarqueeFlow” block in the block editor

常見問題集

Does this work with the classic editor?

Not yet. MarqueeFlow currently requires the WordPress block editor (Gutenberg). Shortcode support is planned for a future release.

Can I use SVG images?

WordPress does not allow SVG uploads by default. If you install an SVG plugin like Safe SVG, MarqueeFlow will display SVGs just like any other image format.

Will it slow down my site?

No. MarqueeFlow uses CSS-only animations with GPU-accelerated transforms. There is no JavaScript running on the frontend.

What happens when a visitor has motion sensitivity?

MarqueeFlow respects the prefers-reduced-motion media query. When enabled, the animation stops and images become horizontally scrollable instead.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈MarqueeFlow〉的開發相關工作。

參與者

將〈MarqueeFlow〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release
  • Marquee animation with three speed presets
  • Image height presets (Small, Medium, Large)
  • Gap presets (Normal, Spacious)
  • Max image width control
  • Direction control (left-to-right, right-to-left)
  • Pause on hover
  • Drag-and-drop image reordering
  • Accessible: ARIA labels, keyboard navigation, reduced motion support