mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1408] [MERGED] feat(animation): implements cubic-bezier for animation styles #1388
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.