All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
.unblur()
extension method.effect()
extension method- kitchen sink example view
- Optimized all effect builders to only build on value change
- Minor cleanup
ShakeEffect
now useshz
instead ofcount
TintEffect
now uses opaque black for default color- Made
CallbackEffect
more robust
- Adapters: Drive animations from external sources (scrolling, notifiers, etc)
ShakeEffect
: translation and/or rotation based shaking effectSaturateEffect
: Color saturation effect (ex. animate to grayscale)TintEffect
: Animated color tint
- Fix issue with
Animate
delay returning after dispose - Improved example
- Fix a major widget lifecycle issue with
Animate
delay
ShimmerEffect
: can do a variety of gradient effects, including load shimmersThenEffect
: simplifies sequencing effects by calculating a new inheritable delay
onInit
&onComplete
are now propagated to all children ofAnimateList
- improved documentation
Animate
delay is now separate from the animation and only runs once- Effect is now an empty effect instead of an abstract class
- Updated example
- Fixed an issue with property inheritance through multiple effects
- Initial pre-release