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
When implementing a pop-over with anchor positioning, a common pattern is to animate its appearance using transforms (e.g., scaling or rotating). In such cases, it’s often desirable to set the transform origin at the vertex closest to the anchor point. Example:
Unfortunately, transform-origin is currently not allowed within @position-try. Therefore, I propose adding support for transform-origin in this context.
The text was updated successfully, but these errors were encountered:
When implementing a pop-over with anchor positioning, a common pattern is to animate its appearance using transforms (e.g., scaling or rotating). In such cases, it’s often desirable to set the transform origin at the vertex closest to the anchor point. Example:
Unfortunately,
transform-origin
is currently not allowed within@position-try
. Therefore, I propose adding support fortransform-origin
in this context.The text was updated successfully, but these errors were encountered: