aboutsummaryrefslogtreecommitdiff
path: root/src/animation.rs
AgeCommit message (Collapse)Author
2023-09-13Implement minimizing view movement on changesIvan Molodetskikh
Before this commit, windows were always left-aligned. Now, when changing focus, if the window is fully visible, the view doesn't move. If the window is not fully visible, the view is moved the minimum amount.
2023-09-06Add animation-slowdown debug settingIvan Molodetskikh
2023-08-14Add focus change animationsIvan Molodetskikh