btn-play
v0.0.3
Published
Youtube like animated play button
Downloads
4
Readme
#btn-play
Youtube like animated play button based on the fabulous work of @LeaVerou.
#Install
npm install --save-dev btn-play
Usage
Embed the build files
<script src="build/play-btn.js"> <link rel="stylesheet" href="build/style.css">
Add angular dependency
angular.module('your-app', ['pd.btn-play']);
Use the directive
<button btn-play="playState" ng-click="playState!=playState"></button>
Usage with browserify
Embed styles
<link rel="stylesheet" href="build/style.css">
Require module
angular.module('your-app', [ require('btn-play').name ]);
Use directive
<button btn-play="playState" ng-click="playState!=playState"></button>
TBC ... ;)
#Author
Christian Blaschke [email protected]