Releases: Sergio0694/UICompositionAnimations
Releases · Sergio0694/UICompositionAnimations
Minor bug fixes
- Fixed a
disposeOnUnload
parameter being ignored in one of the attached effects
Saturation parameter for the in-app acrylic effect
v2.5.1.0 Update README.md
New animatable effect added
- Added an animatable in-app acrylic effect with saturation
Code refactorings, performance improvements
- Major code refactorings
- All the composition effects in the
Behaviours
namespace now use expression animations to adjust their size, so it is no longer necessary to manually update the effect visual when the XAML layout changes
Minor fixes
- Fixed a method signature
Minor code improvements and refactoring
- Improved the signature of the expression animations extension methods
- Tweaked some XML comments
Minor refactorings and changes
- Added a synchronous extension method to set the composition scale property of an element
Added support for expression animations
- Added two extension methods to create custom expression animations from a
ScrollViewer
control
Updated stable release
- Minor bug fixes
- Fixed a couple of glitches from the code refactoring
Minor bug fixes
- Fixed a crash in the
GetAttachedAnimatableAcrylicEffectAsync
extension method