ScenesAnimations is a library built on top of Igis and Scenes with added support for running animations.
To use the ScenesAnimations library in your existing Scenes project, add the following line to your dylib.manifest
file:
ScenesAnimations <version>
Then, run the following commands on the command line:
rm dir-locals.el
dylibEmacs
build
Coming Soon!
- Add Documentation to README.
- Add Interpolatable support for characters and strings.
- Make Color HSB Interpolatable.
- Add support for animating along a path.
- Add simplified declarative syntax for animating properties.
- Add Animation Timelines.
- Add Animation event handlers?
- Add prefabricated animations
- Add animation fill mode (refer to CSS Animations)