codeinwp/gutenberg-animation

This package is abandoned and no longer maintained. No replacement package was suggested.

CSS Animations for Gutenberg Blocks

Installs: 1 265

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 4

Forks: 9

Open Issues: 1

Language:JavaScript

1.0.8 2021-06-21 22:13 UTC

README

You can include this library like this::

if ( class_exists( '\ThemeIsle\GutenbergAnimation' ) ) {
	\ThemeIsle\GutenbergAnimation::instance();
}

Credits

Animate.css, https://daneden.github.io/animate.css/ Animate.css is licensed under the MIT license. (http://opensource.org/licenses/MIT)

Releasing

This repository uses conventional changelog commit messages to trigger release

How to release a new version:

  • Clone the master branch
  • Do your changes
  • Send a PR to master and merge it using the following subject message
    • release: <release short description> - for patch release
    • release(minor): <release short description> - for minor release
    • release(major): <release short description> - for major release The release notes will inherit the body of the commit message which triggered the release. For more details check the simple-preset that we use.