MDN
identifies grid properties as allowing discrete animation, but what does that mean? And how does it compare to flexbox (which allows continuous animation "as each of the properties of the [
flex
] shorthand")?
Grid properties such as
grid-column
accept the animation properties, but do not backfill transitions between states
Flex Box properties
flex-grow
,
flex-shrink
, and
flex-basis
accept the animation properties as well as backfill any transitions between states.