Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript ScrollMagic: using pins together with scroll easing

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #205187
    Myung
    Participant

    Hello

    I’m trying to combine ScrollMagic pins with “scroll easing” like in this site: http://www.boy-coy.com/

    scroll easing is achieved by placing all the content in a fixed container, and animating it’s transform-translate-y CSS.

    How can I combine these two?

    Thanks!

    #205213
    Shikkediel
    Participant

    Dunno about that script, it looks creative but somewhat hacky. I think using only JavaScript (requestAnimatonFrame) for scrolling would be more appropriate – and it won’t block the ‘back’ button. Here’s what could be an alternative :

    http://ataredo.com/morphology/lucidscroll/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.