# WP Morphext

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

## Usage
1. Install the WP Morphext plugin.
2. On a post or page type `[wpmorphext text="Example 1, Example 2, etc"]`

## Options
1. *animation* (flipInX is default), `[wpmorphext animation=“fadeIn” text=“Example 1, Example 2, etc”]`
2. *speed* (3000 milliseconds is default), `[wpmorphext speed=“1500” text=“Example 1, Example 2, etc”]`

For a list of all animations please visit [Animate.css](https://daneden.github.io/animate.css/)

## Important Note
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;`

## Dependencies
1. **Animate.css** — [Homepage](https://daneden.github.io/animate.css/) — [MIT License](https://opensource.org/licenses/MIT)
2. **Morphext** — [Homepage](http://morphext.fyianlai.com/) — [MIT License](http://ian.mit-license.org/)

## License
GPLv2 (or later)

## Changelog

### 1.2
* Updated morphext.js from v2.4.4 to v2.4.5

### 1.1
* Now capable of displaying multiple animated shortcodes on single page.

### 1.0
* Pushing the baby out of the nest.
