Original PR: https://github.com/LGUG2Z/komorebi/pull/1408 Author: @thearturca Created: 4/13/2025 Status: ✅ Merged Merged: 4/23/2025 Merged by: @LGUG2Z
Base: master ← Head: feat/impl-cubic-bezier-for-animation-style
master
feat/impl-cubic-bezier-for-animation-style
649784b
2 files changed (+135 additions, -1 deletions)
📝 komorebi/src/animation/style.rs (+56 -0) 📝 komorebi/src/core/animation.rs (+79 -1)
komorebi/src/animation/style.rs
komorebi/src/core/animation.rs
This commit adds ability to use cubic-bezier. Cubic-bezier allow to customize smoothness of animation.
Config for cubic-bezier looks like this:
"animation": { ... "style": [0.32, 0.72, 0, 1], ... },
Previous options for style are untouched.
style
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1408
Author: @thearturca
Created: 4/13/2025
Status: ✅ Merged
Merged: 4/23/2025
Merged by: @LGUG2Z
Base:
master← Head:feat/impl-cubic-bezier-for-animation-style📝 Commits (1)
649784bfeat(animation): implements cubic-bezier for animation styles📊 Changes
2 files changed (+135 additions, -1 deletions)
View changed files
📝
komorebi/src/animation/style.rs(+56 -0)📝
komorebi/src/core/animation.rs(+79 -1)📄 Description
This commit adds ability to use cubic-bezier. Cubic-bezier allow to customize smoothness of animation.
Config for cubic-bezier looks like this:
Previous options for
styleare untouched.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.