index
:
github/niri.git
feat/screenshotselectall
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
animation
Age
Commit message (
Expand
)
Author
2025-08-29
feat: cubic-bezier curve for animation (#2059)
Horu
2025-08-27
config: Clean up animations struct names
Ivan Molodetskikh
2025-04-29
animation/spring: Guard against numerical instability
Ivan Molodetskikh
2025-04-17
animation: Extract value_at() and fix animations off difference
Ivan Molodetskikh
2025-04-17
animation: Add more getters
Ivan Molodetskikh
2025-04-16
animation: Fix restarted() Spring using old from/to
Ivan Molodetskikh
2025-02-13
animation/spring: Add a check for from = to in duration()
Ivan Molodetskikh
2024-11-25
Refactor animation timing to use lazy clocks
Ivan Molodetskikh
2024-11-25
Refactor animations to take explicit current time
Ivan Molodetskikh
2024-08-23
animation: Use saturating_sub in value()
Ivan Molodetskikh
2024-08-23
animation: Make restarted() take by-ref
Ivan Molodetskikh
2024-05-12
Add linear animation curve
Ivan Molodetskikh
2024-04-18
animation: Scale initial velocity by slowdown
Ivan Molodetskikh
2024-04-18
animation: Clamp spring value
Ivan Molodetskikh
2024-04-18
Preserve tile move config on animation restarts
Ivan Molodetskikh
2024-04-17
Resolve animation defaults during parsing
Ivan Molodetskikh
2024-04-13
Set window-resize animation config for view-offset anim caused by resize
Ivan Molodetskikh
2024-04-10
animation: Tweak clamped duration logic
Ivan Molodetskikh
2024-04-10
animation: Implement clamped value and duration
Ivan Molodetskikh
2024-04-09
Add ease-out-quad curve
Ivan Molodetskikh
2024-04-08
Adjust view offset anim together with offset
Ivan Molodetskikh
2024-03-05
Implement spring animations
Ivan Molodetskikh
2024-03-05
animation: Apply slowdown in realtime
Ivan Molodetskikh
2024-03-04
Move animation to subfolder
Ivan Molodetskikh