Skip to content

Support animations like Plasma::IconItem

Marco Martin requested to merge work/mart/animatedIcon into master

In KF6 we aim to replace PlasmaCore.IconItem with a Kirigami.Icon.

The main feature missing was animated icon transitions, which would be nice in applications as well. This adds a transition with similar code and behavior of PlasmaCore.IconItem

Also a manual test is added

Merge request reports