Very new to compose for web. Is there better way t...
# compose-web
n
Very new to compose for web. Is there better way to use the
transition
CSS property than manually using something like
property("transition", "0.4s all ease-in-out")
? Seems even
transform
has a builder; I'd have thought
transition
would too.