An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Image header](https://damianmuti.com/external/template.png)


# [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.