Title: Simple Block Animations
Author: Valentin Grenier
Published: <strong>2025 年 12 月 12 日</strong>
Last modified: 2026 年 3 月 5 日

---

搜尋外掛

![](https://s.w.org/plugins/geopattern-icon/simple-block-animations.svg)

# Simple Block Animations

 由 [Valentin Grenier](https://profiles.wordpress.org/valentingrenier/) 開發

[下載](https://downloads.wordpress.org/plugin/simple-block-animations.2.0.7.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/simple-block-animations/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/simple-block-animations/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/simple-block-animations/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/simple-block-animations/#developers)

 [技術支援](https://wordpress.org/support/plugin/simple-block-animations/)

## 外掛說明

Simple block animations adds scroll-triggered animations to WordPress Gutenberg 
blocks without any coding required.

**Features:**

 * 5 animation types (fade, slide up/down/left/right)
 * Customizable duration and delay
 * Works with all blocks (core, third-party, and custom blocks)
 * Lightweight (CSS + Intersection Observer)
 * No jQuery or heavy libraries
 * Accessibility-friendly (respects prefers-reduced-motion)

**Supported Blocks:**

Works with all WordPress blocks, including core blocks, third-party blocks, and 
custom blocks.

**Development:**

The source code for this plugin is available on GitHub: https://github.com/valentin-
grenier/simple-animations-for-gutenberg

The plugin uses npm and webpack to compile JavaScript and CSS files. Source files
are located in the `src/` directory, and compiled files are in the `build/` directory.

To build from source:
 1. Install dependencies: `npm install` 2. Build for production:`
npm run build` 3. Build for development: `npm run dev`

## 安裝方式

 1. Upload the plugin files to `/wp-content/plugins/simple-block-animations/`
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Select any block in Gutenberg
 4. Open the block settings panel
 5. Find the “Animations” section
 6. Enable animation and customize

## 常見問題集

### Does it work with any theme?

Yes! The plugin works with any WordPress theme that supports Gutenberg.

### Does it slow down my site?

No. The plugin uses native CSS animations and Intersection Observer API. Assets 
only load on pages with animated blocks.

### Can I use it with page builders?

It’s designed for Gutenberg blocks. It won’t work with Elementor, Divi, or other
page builders.

### Can I set default animations for my custom blocks?

Yes! Developers can add animation attributes to their block.json file. Add `isAnimated`,`
animationType`, `animationDuration`, and `animationDelay` attributes with your desired
defaults. The plugin will respect these values, automatically enabling animations
when the block is inserted. Available animation types: fade-in, fade-in-up, fade-
in-down, fade-in-left, fade-in-right.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ Valentin Grenier ](https://profiles.wordpress.org/valentingrenier/)

[將〈Simple Block Animations〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/simple-block-animations)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/simple-block-animations/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/simple-block-animations/)，或
透過 [RSS](https://plugins.trac.wordpress.org/log/simple-block-animations/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/simple-block-animations/)。

## 變更記錄

#### 2.0.7

 * Prepared plugin for 7.0 version

#### 2.0.6

 * Prepared plugin for 7.0 version

#### 2.0.5

 * Prepared plugin for 7.0 version

#### 2.0.4

 * Prepared plugin for 7.0 version

#### 2.0.2

 * Updated documentation with “For developers” section regarding default animation
   attributes for custom blocks

#### 2.0.0

 * Respected pre-existing animation attributes from block.json to allow default 
   animations in custom blocks

#### 1.2.1

 * Update to version 1.2.1

#### 1.2.0

 * Update to version 1.2.0

#### 1.2.0

 * Added dynamic blocks support

#### 1.1.2

 * Added support for all block types

#### 1.1.1

 * Update to version 1.1.1

#### 1.0.0

 * Initial release
 * 5 animation types
 * Duration and delay controls
 * Support for core and Meta Box blocks

## 中繼資料

 *  版本 **2.0.7**
 *  最後更新 **3 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/simple-block-animations/)
 * 標籤:
 * [animation](https://tw.wordpress.org/plugins/tags/animation/)[blocks](https://tw.wordpress.org/plugins/tags/blocks/)
   [effects](https://tw.wordpress.org/plugins/tags/effects/)[gutenberg](https://tw.wordpress.org/plugins/tags/gutenberg/)
   [scroll](https://tw.wordpress.org/plugins/tags/scroll/)
 *  [進階檢視](https://tw.wordpress.org/plugins/simple-block-animations/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/simple-block-animations/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/simple-block-animations/reviews/)

## 參與者

 *   [ Valentin Grenier ](https://profiles.wordpress.org/valentingrenier/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/simple-block-animations/)