Jump to content
Search Community

SVG symbols rendering issues in Chrome and IE on Windows 7 SP1 x64

sepokroce 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

GreenSock does not render animated SVG symbols properly in Chrome (44.0.2403.155.m) and IE 11.0.21 on Windows 7 SP1 x64.

 

Please have a look at the Codepen example.

 

The animations render properly in Firefox 40.0.2. There is no animated scale in IE and nothing is animated in Chrome.

See the Pen LVoVZN by anon (@anon) on CodePen

Link to comment
Share on other sites

That's not a GSAP bug - it's just that many browsers don't support that behavior at all on symbols. You can try yourself directly:

speaker.style.opacity = "0.3";

You should animate the instances themselves, not the original symbol. I know, it'd be really cool if you could animate the symbol and have it affect all instances. I wish the browsers supported that too.

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