Jump to content
Search Community

svg wave

proweb1991 test
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

I am nuthin'

 

These are the ones you should look up to: http://greensock.com/forums/topic/15588-dragging-masked-svg-path/?p=67966

I will definitely study, thx

 

just a question :

 

in my sample  (  ) when svg draw completely , i want the line #1  (line Right to left ) countio draw svg even draw is complete to exit from display pane  (like picture ):

 

how can do this?

 

oi4a_test.png

Link to comment
Share on other sites

 

in addition to  Dipscom  answer , if I understand correctly ; pls try this :

 

var tl = new TimelineMax({ repeat:-1, yoyo:true, repeatDelay:1 })
.from(["#path1","#path2"], 1, {drawSVG:"0%", ease:Power2.easeInOut})
.to(["#path1","#path2"], 1, {drawSVG:"100% 100%", ease:Power2.easeInOut})

 

 

thank you bro ... My problem was solved :-)

thank Dipscom too ...

 

just a question . in to state , why use two 100% (drawSVG:"100% 100%") ??  :geek:

what is this Hundred precentages?  :geek:

Link to comment
Share on other sites

  • 2 years later...

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