Linux 软件免费装
Banner图

Animated Blocks on Scroll

开发者 virgildia
更新时间 2024年2月4日 11:53
捐献地址: 去捐款
PHP版本: 5.6+ 及以上
WordPress版本: 6.3
版权: GPLv2 or later
版权网址: 版权信息

标签

blocks gutenberg css3 animation css animations animated block aos

下载

1.0.4 1.0.5 1.0.3 1.0.0 1.0.6 1.1.0 1.0.2 1.1.1 1.0.1 1.1.2

详情介绍:

Add scroll based animations to WordPress Gutenberg blocks. Features Settings

屏幕截图:

  • Animation list with search functionality
  • Add any blocks within Animated Block

常见问题:

Installation

Go to your WordPress Admin -> Plugins -> Add New. Search for Gutenberg Animated Blocks. Install and Activate. You can also download this folder and add it into your plugins directory. "Animated Block" will be added to the Design block group.

What is Gutenberg?

Gutenberg is the name of the new block based editor introduced in WordPress 5. Gutenberg makes it easy to create content within the editor using 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