1.0.1 • Published 9 years ago

angular-image-reveal v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

angular-image-reveal

NPM

Installation

Installation is super easy, simply add the dependencies to your angular module, and inject angular-image-reveal in your angular module.

# use npm
$ npm install angular-image-reveal --save

Add angular-image-reveal to your dependencies

// app.js
angular
  .module('yourApp', [
    require('angular-image-reveal')
  ])
// template.html
<img src="..." image-reveal fallback="path/to/fallback.jpg" duration=".15s">