Advertisement
srikat

Untitled

Feb 21st, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. const instance = basicScroll.create({
  2. elem: document.querySelector('.entry'),
  3. from: 'top-bottom',
  4. to: '100px',
  5. props: {
  6. '--ty': {
  7. from: '300px',
  8. to: '0',
  9. // timing: 'elasticOut',
  10. direct: true
  11. }
  12. }
  13. })
  14.  
  15. instance.start()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement