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
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
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
perspective
at all. We should use puretransform
string instead. Example - https://codepen.io/_nK/pen/ZEVPWRgDescribe the solution you'd like
Add support for
perspective
property 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
The text was updated successfully, but these errors were encountered: