The aspect-ratio property allows automatically computing the other dimension if only one of width and height is specified on any element. This property was originally launched as non-interpolable (meaning that it would snap to the target value) when animated. This feature provides smooth interpolation from one aspect ratio to another.
Aspect-ratio is a new feature (https://chromestatus.com/feature/5738050678161408) , though growing rapidly in use since it was shipped in Chrome M88 https://chromestatus.com/metrics/css/timeline/popularity/657. At this time however there are no aspect-ratio animations being recorded https://chromestatus.com/metrics/css/timeline/animated/657. Providing a smooth interpolation of aspect ratio should have no compat risk as such.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAJh39TO_XU4-UC0JF%3Da%2BZohGB24fT1xeQXeRB6VfAyR7j9bVuw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPTJ0XH7PZP-gCGJZO9eqf3vx%2B8Wn4yPq770a_g6JvxuQbeoMA%40mail.gmail.com.
LGTM3 - as Alex's was an LGTM2 :)On Thursday, January 28, 2021 at 9:22:22 PM UTC+1 sligh...@chromium.org wrote:LGTM1 contingent on follow up in CSSWG or elsewhere on extensibility/pluggability about the curves being used for this. It seems bad that this is a one-off.