Capítulo 245 de 411
Identical to Flip.from() but inverted — animates from the current state to the provided FlipState instead of from it.
Flip.to() when Flip.from() would do: at the end of a to() animation, offsets are still applied (not removed), so if inline styles get cleared afterward the element can visibly jump. Flip.from() ends by removing offsets, which is almost always the safer default.