AvengeMedia / AvengeMedia/DankMaterialShell

Add animation to the OSD

Open
#1,192 0 comments 0 reactions 0 assignees View on GitHub
feature request
Dominant language
QML
Stars
8.1k
Forks
515
Avg merge
1d 8h
Merged PRs (30d)
102

Description

## Feature Description

Add animation to ensure the slider moves smoothly.
## Use Case
https://github.com/user-attachments/assets/a8df72ce-b8aa-4775-8c12-0d3e4cab9cbf

## Compositor

Is this feature specific to one compositor?

- [x] All compositors
- [ ] niri
- [ ] Hyprland
- [ ] dwl (MangoWC)
- [ ] sway

## Proposed Solution
For example, add the following code to DankSlider:
```
Behavior on value {
NumberAnimation {
duration: 100
easing.type: Easing.OutCubic
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.