https://github.com/damianmuti/dmwpb-animate-blocks
This plugin extends [group, columns, column, paragraph, image, heading, buttons, button] Gutenberg core blocks to enable reveal animations.
https://github.com/damianmuti/dmwpb-animate-blocks
gutenberg gutenberg-blocks gutenberg-plugin wordpress wordpress-development wordpress-plugin
Last synced: 2 months ago
JSON representation
This plugin extends [group, columns, column, paragraph, image, heading, buttons, button] Gutenberg core blocks to enable reveal animations.
- Host: GitHub
- URL: https://github.com/damianmuti/dmwpb-animate-blocks
- Owner: damianmuti
- License: gpl-2.0
- Created: 2025-03-19T12:45:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T22:54:26.000Z (about 1 year ago)
- Last Synced: 2025-05-10T23:25:49.348Z (about 1 year ago)
- Topics: gutenberg, gutenberg-blocks, gutenberg-plugin, wordpress, wordpress-development, wordpress-plugin
- Language: JavaScript
- Homepage: https://damianmuti.com
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# [DMWPB] Animate Blocks
This plugin extends [group, columns, column, paragraph, image, heading, buttons, button] Gutenberg core blocks to enable reveal animations.
## F.A.Q
> Does this plugin work with any Wordpress installation?
This plugin extends Wordpress core blocks, therefore **requires Gutenberg** up and running to work.
> Does this plugin use Javascript for the animations?
No. Javascript is used to add/remove/toggle classes depending on the settings, but animations are css-only.
> What happens if I uninstall the plugin?
The plugin uses server-side rendering for each of the animated blocks, so there won't be any issues upon deactivating it.
## Requirements
- Requires at least: 6.7+
- Requires PHP: 7.4+
## Installation
1. [Download the ZIP file](https://github.com/damianmuti/dmwpb-animate-blocks/archive/refs/heads/main.zip).
2. Log into your Wordpress installation, go to `Plugins > Add New Plugin`.
3. Click on `Upload Plugin` and select the ZIP file you downloaded.
4. Click `Install Now`.
5. Activate it.