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 your feature request related to a problem? Please describe.
Currently, when we use animation with transform variables, there is no possibility to specify the perspective at all. We should use pure transform string instead. Example - https://codepen.io/_nK/pen/ZEVPWRg
Describe the solution you'd like
Add support for perspective property here:
Is your feature request related to a problem? Please describe.
Currently, when we use animation with transform variables, there is no possibility to specify the
perspectiveat all. We should use puretransformstring instead. Example - https://codepen.io/_nK/pen/ZEVPWRgDescribe the solution you'd like
Add support for
perspectiveproperty here:motionone/packages/dom/src/animate/utils/transforms.ts
Line 15 in 1b73773
To add possibility to call animation like so:
Describe alternatives you've considered
This call is working as expected:
Additional context
Example - https://codepen.io/_nK/pen/ZEVPWRg