Simple block animations adds scroll-triggered animations to WordPress Gutenberg blocks without any coding required.
Features:
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