Changeset 2095469
- Timestamp:
- 05/27/2019 02:18:09 AM (7 years ago)
- Location:
- wp-morphext
- Files:
-
- 2 edited
- 1 copied
-
tags/1.4.0 (copied) (copied from wp-morphext/trunk)
-
tags/1.4.0/README.md (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-morphext/tags/1.4.0/README.md
r1479148 r2095469 1 # WP Morphext 1 # pew-pew for WordPress Devs 2 Easily upload your plugin or theme to the wordpress.org directory 2 3 3 ## About 4 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. 4 ## How to use 5 5 6 ## Usage 7 1. Install the WP Morphext plugin. 8 2. On a post or page type `[wpmorphext text="Example 1, Example 2, etc"]`6 ```bash 7 docker run --rm -v `pwd`:/workspace nateinaction/pew-pew plugins my-fancy-plugin 1.0.1 user pass 8 ``` 9 9 10 ## Options 11 1. *animation* (flipInX is default), `[wpmorphext animation=“fadeIn” text=“Example 1, Example 2, etc”]` 12 2. *speed* (3000 milliseconds is default), `[wpmorphext speed=“1500” text=“Example 1, Example 2, etc”]` 10 ## How to contribute 13 11 14 For a list of all animations please visit [Animate.css](https://daneden.github.io/animate.css/) 12 1. Fork and clone the repo 13 2. Make changes 14 3. Build local docker image 15 15 16 ## Important Note 17 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;` 16 ```bash 17 docker build -t pew-pew . 18 ``` 18 19 19 ## Dependencies 20 1. **Animate.css** — [Homepage](https://daneden.github.io/animate.css/) — [MIT License](https://opensource.org/licenses/MIT) 21 2. **Morphext** — [Homepage](http://morphext.fyianlai.com/) — [MIT License](http://ian.mit-license.org/) 20 4. Test local image 22 21 23 ## License 24 GPLv2 (or later) 25 26 ## Changelog 27 28 ### 1.2 29 * Updated morphext.js from v2.4.4 to v2.4.5 30 31 ### 1.1 32 * Now capable of displaying multiple animated shortcodes on single page. 33 34 ### 1.0 35 * Pushing the baby out of the nest. 22 ```bash 23 docker run --rm -v `pwd`:/workspace pew-pew plugins my-fancy-plugin 1.0.1 user pass 24 ``` 25 26 5. Submit PR -
wp-morphext/trunk/README.md
r1479148 r2095469 1 # WP Morphext 1 # pew-pew for WordPress Devs 2 Easily upload your plugin or theme to the wordpress.org directory 2 3 3 ## About 4 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. 4 ## How to use 5 5 6 ## Usage 7 1. Install the WP Morphext plugin. 8 2. On a post or page type `[wpmorphext text="Example 1, Example 2, etc"]`6 ```bash 7 docker run --rm -v `pwd`:/workspace nateinaction/pew-pew plugins my-fancy-plugin 1.0.1 user pass 8 ``` 9 9 10 ## Options 11 1. *animation* (flipInX is default), `[wpmorphext animation=“fadeIn” text=“Example 1, Example 2, etc”]` 12 2. *speed* (3000 milliseconds is default), `[wpmorphext speed=“1500” text=“Example 1, Example 2, etc”]` 10 ## How to contribute 13 11 14 For a list of all animations please visit [Animate.css](https://daneden.github.io/animate.css/) 12 1. Fork and clone the repo 13 2. Make changes 14 3. Build local docker image 15 15 16 ## Important Note 17 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;` 16 ```bash 17 docker build -t pew-pew . 18 ``` 18 19 19 ## Dependencies 20 1. **Animate.css** — [Homepage](https://daneden.github.io/animate.css/) — [MIT License](https://opensource.org/licenses/MIT) 21 2. **Morphext** — [Homepage](http://morphext.fyianlai.com/) — [MIT License](http://ian.mit-license.org/) 20 4. Test local image 22 21 23 ## License 24 GPLv2 (or later) 25 26 ## Changelog 27 28 ### 1.2 29 * Updated morphext.js from v2.4.4 to v2.4.5 30 31 ### 1.1 32 * Now capable of displaying multiple animated shortcodes on single page. 33 34 ### 1.0 35 * Pushing the baby out of the nest. 22 ```bash 23 docker run --rm -v `pwd`:/workspace pew-pew plugins my-fancy-plugin 1.0.1 user pass 24 ``` 25 26 5. Submit PR
Note: See TracChangeset
for help on using the changeset viewer.