Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

angular-image-reveal

hanford2MIT1.0.1

Angular directive for fading in images

angular, image, image reveal, fade in, loading, loader, image loader

readme

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