https://github.com/vydd/easing
Easing functions
https://github.com/vydd/easing
Last synced: 7 months ago
JSON representation
Easing functions
- Host: GitHub
- URL: https://github.com/vydd/easing
- Owner: vydd
- License: mit
- Created: 2015-11-11T04:59:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T21:15:08.000Z (about 9 years ago)
- Last Synced: 2025-04-05T19:47:19.180Z (over 1 year ago)
- Language: Common Lisp
- Size: 16.6 KB
- Stars: 28
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easing
This library includes commonly used easing functions (defined by Robert Penner), implemented in Common Lisp. Included with the library is an example program (implemented using [Sketch](https://github.com/vydd/sketch)).

## Functions
linear in-sine out-sine in-out-sine in-cubic out-cubic in-out-cubic in-quad out-quad in-out-quad in-quart out-quart in-out-quart in-quint out-quint in-out-quint in-exp out-exp in-out-exp in-circ out-circ in-out-circ in-elastic out-elastic in-out-elastic in-back out-back in-out-back in-bounce out-bounce in-out-bounce