angular-image-reveal

1.0.1 • Public • Published

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">

Dependents (0)

Package Sidebar

Install

npm i angular-image-reveal

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • hanford