Jump to content
Search Community

Circuit Signal / Branches Movement

juan-alvarz test
Moderator Tag

Recommended Posts

Hi to everyone of this beautifull community.

 

I need some of your help, I want to create a landing page with some cool effects, in this case, I want to create a branch effect/circuit movement, I mean, right now I have this codepen with the init of the animation, I want that the text enter, then, desintegrate into branches, that branches need to move around the page, I imagine this like a circuit signal, something like this:

 charlie.deck.bigblueboo | Gif, Animation, Trippy gif

 

but with straighter trajectories instead of curves, I thing that with a SVG Plugin I can do this, but can you provide me some example or help for execute this ideas?

 

Thank you so much.

 

See the Pen RwqjdKQ by juan-alvarz (@juan-alvarz) on CodePen

Link to comment
Share on other sites

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 if they'd like - we just want to manage expectations.  

 

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. 

 

Maybe someone else has some links to share for effects like that. I'm not aware of any and I don't have time to search, sorry. 

Link to comment
Share on other sites

If you're just after examples of DrawSVG maybe look in the docs or in the codepen collection?

docs: https://greensock.com/docs/v3/Plugins/DrawSVGPlugin
collection: https://codepen.io/collection/DYmKKD

The hard bit is going to be drawing the graphic and planning out the animation, the GSAP specific drawSVG bit is nice and easy really!

//draws all elements with the "draw-me" class applied with staggered start times 0.1 seconds apart
gsap.from(".draw-me", {duration:1,stagger: 0.1, drawSVG: 0});

 

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...