[csswg-drafts] [css-transforms] Feature request: Animate a part of an element (#11564)

FirstByteFirst has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-transforms] Feature request: Animate a part of an element ==
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


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11564 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 24 January 2025 00:44:01 UTC