Skip to content

environment: Apply autoReverse/repeatCount to all transitions

Florian Müllner requested to merge fmuellner/gnome-shell:repeat-all into main

Like the old Tweener API, ease() allows to transition multiple properties at once. If autoReverse or repeatCount are specified, they should apply to all transitions, but right now we only set them for the first one.

Merge request reports