Skip to content

timmyg/meteor-wow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-wow

1. Initalize WOW

Template.landing.rendered = ->
  new WOW().init()

2. Add two classes to markup. "wow" and any animate.css animation as a class

<div class="wow bounceOutDown">
  Content to Reveal Here
</div>

<!--  or -->

<div class="wow swing">
  Other Content to Reveal Here
</div>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published