VitaliiS Posted July 9 Share Posted July 9 help to implement the same start the animation like in this site or tell me please in which direction to go https://seen.com/ Link to comment Share on other sites More sharing options...
GSAP Helper Posted July 9 Share Posted July 9 We love helping with GSAP-related questions, but unfortunately we just don't have the resources to provide free general consulting, logic troubleshooting, or "how do I recreate this cool effect I saw on another site?" tutorials. Of course anyone else is welcome to post an answer - we just want to manage expectations. If you're looking for ScrollTrigger effects, I'd recommend looking at the demos at https://codepen.io/collection/DkvGzg and https://codepen.io/collection/AEbkkJ - you may be able to use one of those as a jumping-off point. You are welcome to post in the "Jobs & Freelance" forum for paid consulting, or contact us directly. Otherwise, if you've got a GSAP-specific question just post that here along with a minimal demo and we'd be happy to take a look. 1 Link to comment Share on other sites More sharing options...
mvaneijgen Posted July 9 Share Posted July 9 Hi @VitaliiS welcome to the forum! I'm not sure which animation you mean, but the sliding from black and the blur, that is done with a clip-path and filter: blur(10px). We invite you to make a minimal demo your self and test out some of the GSAP tools. If you're new to GSAP check out this awesome getting started guide https://gsap.com/resources/get-started/ If you mean the video that gets played when you wait on the site, that is probably done in 3D video editing software as you can see when you element inspect the page And if you're looking for inspiration check out https://gsap.com/demos/?page=1&tags=ScrollTrigger Here a post how clip-paths work with GSAP Hope it helps and happy tweening! 1 Link to comment Share on other sites More sharing options...
Rodrigo Posted July 9 Share Posted July 9 Hi, I would use a combination of clip path and animation on the Y axis. This demo has something similar: See the Pen XWzRraJ by GreenSock (@GreenSock) on CodePen Here is a more basic way of working with Clip Path in GSAP: See the Pen JjVmWKb by GreenSock (@GreenSock) on CodePen Hopefully this helps Happy Tweening! 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