0.0.2 • Published 8 years ago
angular-text-animation v0.0.2
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
1) Install 'angular-text-animation' with npm or bower
npm install angular-text-animationor:
bower install angular-text-animation2) Add 'g1b.text-animation' module to your app config
angular.module('myApp', [
'g1b.text-animation',
...
])3) Use directive on the body tag
<body text-animation>