This WordPress plugin is no longer maintained. Thank you for all the fun and learnings over the years!
WP Morphext is a WordPress Plugin that allows for users to add shortcodes to animate text on their website. The plugin uses shortcodes to provide a native WordPress interface for using the morphext.js and animate.css libraries.
- Install the WP Morphext plugin.
- On a post or page type
[wpmorphext text="Example 1, Example 2, etc"]
- animation (flipInX is default),
[wpmorphext animation=“fadeIn” text=“Example 1, Example 2, etc”]
- speed (3000 milliseconds is default),
[wpmorphext speed=“1500” text=“Example 1, Example 2, etc”]
For a list of all animations please visit Animate.css
Some animations travel the entirety of the viewport. To limit where the animation can be seen you must set the parent container as overflow: hidden;
- Animate.css — Homepage — MIT License
- Morphext — Homepage — MIT License
GPLv2 (or later)
- Update animate.css from v2.5.1 to v3.7.0
- Improve performance by using minified animate.css
- Improve performance by inlining small custom css
- Fix namespace issue
- Now with automated tests and WPCS linting
- Updated morphext.js from v2.4.4 to v2.4.5
- Now capable of displaying multiple animated shortcodes on single page
- Pushing the baby out of the nest.