Skip to content

qml: Update animation implementation

Benjamin Arnaud requested to merge bunjee/vlc:dev-animation into master

This MR adds speed and generic duration functionnalities to our QML frontend.

This allows us to enable / disable animations and increase / decrease their speed from a single place. We are also adding generic properties with the most frequently used ones, like 150ms or 200ms.

As a best practice, contributors should ponder whether their animation fits into these before redeclaring a specifig timing. Maybe there is already a few that we could streamline to generic ones. But this MR does not change anything in that regard.

Merge request reports