JIVE v1.2.0
JIVE 1.2 - Animations
JIVE 1.2 introduces a powerful new animations API for Layouts and Style Sheets.
As shown in the updated Demo Runner, JIVE supports animating all expected layout and style properties as well as offering a flexible and intuitive API for animating any custom properties.
See docs/Animations.md for more info.
Changes
- Added support for JUCE 8
- Added support for
"transition"
properties on Layouts (juce::ValueTree
) and Style Sheets (juce::DynamicObject
). - Made significant improvements to
jive::BoxModel
to reduce the amount of unnecessery recursion - Added a new Animations section to the Demo Runner