Share Posted July 26, 2021 Hello How can I make this image gallery like that: https://asmobius.co.jp/ I realized that is written by GSAP, but is there any similar demo for GSAP or any pieces of that Image gallery (like circle navigation or scroll navigation etc.)? Please help me to make somethings like that. Thanks in advance. Link to comment Share on other sites More sharing options...
Share Posted July 26, 2021 Hey Mehran, There's a lot going on in this demo. definitely some shaders - https://thebookofshaders.com/01https://www.curtainsjs.com/ The circle is an SVG - there's some stroke animation there and also some masking.https://greensock.com/docs/v2/Plugins/DrawSVGPlugin They're listening to click, drag and mouse events to update the slider. It's pretty complex. If I were you I'd start by making a simple image carousel, adding the right events, then looking into SVG path drawing, if you're still feeling brave then dig into shaders. 2 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now