Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 586 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 586 Bytes

directive-scroll-animate

This is a AngularJS directive

Requirement

Usage

app.js:

var app = angular.module('app', [
  'directives.scroll-animate'
]);

Example

<header scroll-animate, scroll-animate-property="height", scroll-animate-init="190", scroll-animate-property-end="64px", scroll-animate-property-init="192px"></header>

or

<header scroll-animate="toggle", scroll-animate-toggle-class="show", scroll-animate-init="190"></header>