توضیحات
Add scroll based animations to WordPress Gutenberg blocks.
تغییرات این نسخه
1.0.0
First release of the plugin.
1.0.3
Animation settings in individual blocks by extending the block API is no longer supported in the plugin. The InnerBlocks component was implemented, enabling nested block content and more flexibility. Select “Animated Block” from the “Layout Elements” group and add whatever content blocks you’d like. Select Animated Block to see animation settings.
1.0.4
Updated enqueue function to work on WordPress 5.0
1.0.5
Updated/fixed animation previews in the editor.
Class “ab-end” is now added to elements when a CSS animation is completed.
1.0.6
Fixed jQuery warning
Updated for the latest WordPress version
1.1.0
Tested for WordPress 5.9
Added block.json
Added animation duration option
Added offset option (available in the block’s Advanced settings)
Fixed animation opacity issues
Renamed class ab-hidden to ab-is-hidden
Renamed class ab-end to ab-animation-end
1.1.1
Updated to the latest scrollClass.js
Reverted to milliseconds for duration and delay
1.1.2
Tested on the latest WP version
1.1.3
Refactor block asset enqueue flow, add class guard, and synchronize version metadata
1.1.4
Use editor-canvas block assets hook for animate.css
1.1.5
Added animation controls for regular Gutenberg blocks
Added a WordPress settings page at Settings > Animated Blocks
Added the “Show animation controls on all blocks” option
Kept animation controls visible for blocks with existing saved animation data when global controls are disabled
Added a
First release of the plugin.
1.0.3
Animation settings in individual blocks by extending the block API is no longer supported in the plugin. The InnerBlocks component was implemented, enabling nested block content and more flexibility. Select “Animated Block” from the “Layout Elements” group and add whatever content blocks you’d like. Select Animated Block to see animation settings.
1.0.4
Updated enqueue function to work on WordPress 5.0
1.0.5
Updated/fixed animation previews in the editor.
Class “ab-end” is now added to elements when a CSS animation is completed.
1.0.6
Fixed jQuery warning
Updated for the latest WordPress version
1.1.0
Tested for WordPress 5.9
Added block.json
Added animation duration option
Added offset option (available in the block’s Advanced settings)
Fixed animation opacity issues
Renamed class ab-hidden to ab-is-hidden
Renamed class ab-end to ab-animation-end
1.1.1
Updated to the latest scrollClass.js
Reverted to milliseconds for duration and delay
1.1.2
Tested on the latest WP version
1.1.3
Refactor block asset enqueue flow, add class guard, and synchronize version metadata
1.1.4
Use editor-canvas block assets hook for animate.css
1.1.5
Added animation controls for regular Gutenberg blocks
Added a WordPress settings page at Settings > Animated Blocks
Added the “Show animation controls on all blocks” option
Kept animation controls visible for blocks with existing saved animation data when global controls are disabled
Added a