angular-text-animation
v0.0.2
Published
Floating text animation, converted to an angular directive for your convenience.
Downloads
5
Maintainers
Readme
Floating text animation
Desgined to provide a simple yet visually pleasing text animation.
Converted into an angular directive for your convenience :)
Demo
Click here for a live demo.
Installation
- Install 'angular-text-animation' with npm or bower
npm install angular-text-animation
or:
bower install angular-text-animation
- Add 'g1b.text-animation' module to your app config
angular.module('myApp', [
'g1b.text-animation',
...
])
- Use directive on the body tag
<body text-animation>