We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
I'm sometimes getting this transform error which comes from the CSSPlugin module:
Error: attribute transform: Expected number, "…atrix(1,0,0,1,0,NaN)".
The error orginates from line 878 of the CSSPlugin.js file:
GSAP/src/CSSPlugin.js
Lines 877 to 878 in f836a3f
From what I'm able to see is that it might occur when the height of a rectangle (or other SVG element) has a height of 0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I'm sometimes getting this transform error which comes from the CSSPlugin module:
The error orginates from line 878 of the CSSPlugin.js file:
GSAP/src/CSSPlugin.js
Lines 877 to 878 in f836a3f
From what I'm able to see is that it might occur when the height of a rectangle (or other SVG element) has a height of 0.
The text was updated successfully, but these errors were encountered: