Skip to content
Commit 78cb485a authored by Marco Martin's avatar Marco Martin
Browse files

Replace the Transitions in the ListView with custom animations

Add/displace etc transitions don't work when the items change size during the animation
(showing/hiding the show more/show less button) in that case they will
animate to a wrong position and stay there

the kind of animation should be unchanged and work the same

BUG: 427894
FIXED-IN: 5.27

## Test case
```
for i in {1..6}; do
    notify-send foo bar -h string:desktop-entry:firefox
    sleep 1
done

for i in {1..6}; do
    notify-send foo bar -h string:desktop-entry:org.kde.dolphin
    sleep 1
done
```

Open Notifications widget

Close it

Open it again

Click "Show x more" button for any group
parent f608da9b
Pipeline #315403 passed with stage
in 18 minutes and 35 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment