Jump to content
Search Community

DrawSVG not working in Chrome

pohsible test
Moderator Tag

Go to solution Solved by PointC,

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

  • Solution

Hi pohsible  :)

 

Welcome to the GreenSock forums.

 

You've got a lot of code to look through there, but I believe the problem is coming from your x rotation of 180 on all the timelines for the animated pointer lines. Once I removed that, it all seemed fine to me. (I'm not sure why that rotation is there.)

.set($disasterRecoveryLine, {autoAlpha: 1, rotationX: 180}) // remove the rotationX:180

Just a side note, there is a lot of repetition in your code that could be greatly reduced with some loops and arrays. 

 

If that rotation removal doesn't solve the problem for you, could you please reduce your pen to maybe just one pointer line and a wedge so it's easier to troubleshoot?

 

Hopefully that helps.

 

Happy tweening.

:)

  • Like 3
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...