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
Currently an animation animates a complete element. I propose transform-offset: x y w h that could animate a portion of an element.
x: Describes the X-postion of the part of the element to animate. Computed value must be between 0 and element width
y: Describes the Y-postion of the part of the element to animate. Computed value must be between 0 and element height
w: Describes the width of the part of the element to animate. Computed value must be between 0 and element width-x
h: Describes the height of the part of the element to animate. Computed value must be between 0 and element height-y
The text was updated successfully, but these errors were encountered:
Currently an animation animates a complete element. I propose transform-offset: x y w h that could animate a portion of an element.
x: Describes the X-postion of the part of the element to animate. Computed value must be between 0 and element width
y: Describes the Y-postion of the part of the element to animate. Computed value must be between 0 and element height
w: Describes the width of the part of the element to animate. Computed value must be between 0 and element width-x
h: Describes the height of the part of the element to animate. Computed value must be between 0 and element height-y
The text was updated successfully, but these errors were encountered: