You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to set transform-origin, especially for SVG elements (not sure if it will behave differently than setting transform-origin for normal DOM elements). Before Velocity 0.3.0, I use jQuery's css method $(el).css({ transfromOrigin: 'x y' }); --- with the upgrade, it does not seem to work anymore.
The text was updated successfully, but these errors were encountered:
Is there a way to set transform-origin, especially for SVG elements (not sure if it will behave differently than setting transform-origin for normal DOM elements). Before Velocity 0.3.0, I use jQuery's css method
$(el).css({ transfromOrigin: 'x y' });
--- with the upgrade, it does not seem to work anymore.The text was updated successfully, but these errors were encountered: