Jump to content
Search Community

'SVGElement.offsetWidth' is deprecated

anteksiler
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

Posted

Hi there,
I am using the below codeon our theme here: http://goodlife.fuelthemes.net/2015/10/10/sunset-overdrive-and-the-mystery-of-the-mooil-rig-review/

TweenLite.to(_this, 1, {attr:{"stroke-dashoffset":offset}});

 
If you look at the console, you'll see that we are getting SVG related notices:

'SVGElement.offsetWidth' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/5724912467574784 for more details.
'SVGElement.offsetHeight' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/5724912467574784 for more details.
SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
  • Like 1
Posted

I don't see that. Look at the far right for the file and line number. All I see is jquery.js?ver=1.11.3:4.

 

As far as I know, the only GSAP code that an SVG warning should show up in is Draggable.

  • Like 2
Posted

I'm seeing the error coming from jQuery as well. 

 

However, thank you very much for reporting this. We were notified about it in another thread and we will definitely make sure our code doesn't rely on offsetWidth.

  • Like 2
Posted

Hi there, could it be because I am passing a jQuery object to TweenMax?

Posted

From the code you listed, you're only tweening the attribute of the element, which shouldn't have anything to do with the offsetWidth.

  • Like 1

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