Guest User

Untitled

a guest
Dec 15th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. // build scene
  2. var scene = new ScrollMagic.Scene({triggerElement: "#me"})
  3. // trigger animation by adding a css class
  4. .setClassToggle("h2", "tweenh2")
  5. .addIndicators({name: "1 - add a class"}) // add indicators (requires plugin)
  6. .addTo(controller);
  7.  
  8. // build scene
  9. var scene = new ScrollMagic.Scene({triggerElement: "#me"})
  10. // trigger animation by adding a css class
  11. .setClassToggle("h3", "tweenh3")
  12. .addIndicators({name: "1 - add a class"}) // add indicators (requires plugin)
  13. .addTo(controller);
Add Comment
Please, Sign In to add comment