Jump to content
Search Community

Travel through timeline

LukeDavison test
Moderator Tag

Recommended Posts

Hi!

 

The website https://2018.craftedbygc.com/ uses GSAP and scrollmagic seems to use a timeline that you scroll inwards through the months, with it's own space to click objects and i wondered what kind of animation you would call this so i can learn how to do the same as I want to create the same timeline and it would be really handy but i'm not sure where to start!

 

Are there any videos/similar codepen tutorials that display the same function!

 

Thanks for your help! :)

Link to comment
Share on other sites

Hey Luke. There's not a particular name for every type of effect. You could use a series of words to describe this, like "scroll in Z direction", but there's no one way to describe it.

 

How it's made based on a cursory glance:

  • Uses WebGL to render a bunch of content, placing that content at set locations at different depths
  • Places the camera in the middle and animates the camera in the z direction on scroll
  • Rotates the camera based on the mouse position
  • Uses some method of detecting clicks on content (perhaps a line from the camera to the mouse position - if it hits content then zoom into that content? That approach is called ray tracing)

Most the content are videos rendered with WebGL.

 

It doesn't use ScrollMagic nor would ScrollMagic be helpful in this context.

  • Like 2
Link to comment
Share on other sites

Side note: that site's navigation is pretty terrible (it's very hard to get to specific content and almost 0 context is given about how much content there is on a page, etc.). So unless your site is focused on some exploratory experience, it likely isn't a good fit. Even if it is exploratory, there very well may be better ways to do it. At the very least, this approach could be improved by giving users more control and context.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...