Skip to content

environment: Handle reversed transition with 0 duration

Found while looking into #2236 (closed):

If a transition is reversed, the final property values will be the
same as before the transition. However this currently only works
correctly when we actually use a transition; to fix this with a
duration of 0, simply skip the set() call when the transition is
reversed.

Merge request reports