Jump to content
Search Community

ridiculous

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

1,462 profile views

ridiculous's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Also I'm not sure if it makes a difference but I'm scroll with a macbook track pad. but it seems to scroll down then back up for the first slide. but if I scroll for a long movement, it'll go to the second slide.
  2. I see. Now if I were to integrate a navigation menu to this. Would I use a goto timeline position sort function? Say I'm on slide 3 and press a navigation button to go to slide 1. Would I need to set the position of the playback?
  3. Is this tutorial still available somewhere?
  4. also for this. are you essentially creating one big time line where the scroll controls the playback?
  5. When I scroll on the code pen it scrolls down to the second then immediately scrolls back to the top. am I missing something?
  6. Hello! I'm new to greensock and love it so far! Currently tackling a full page scroller site with it. The code is based off of this right now: http://codepen.io/bassta/pen/kDvmC However instead of a simple scroll to, I'd like to add some animations to the scroll to. For example when the user scrolls. First slide does animation 1 That slide then does animation 2 Then the next slide comes up. Also when scrolling up, it would be the reverse animations (slide goes down, animation 2, then animation 1) I'm trying to figure out if timelinelite is designed for this. I have a timeline set up that plays when the 'goToNextSlide' is triggered. However it doesn't work after the first slide. Do I need to do a conditional to check if the timeline is complete then trigger restart()? Thanks!
×
×
  • Create New...