Skip to content

omarciovsena/directive-scroll-animate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published