Releases: Sergio0694/UICompositionAnimations
Minor fixes to the custom acrylic brush
• Added an additional parameter to the custom acrylic brush to disable the cache when using the brush on a secondary window to avoid crashes
• Fixed a possible crash when using the custom acrylic brush on a secondary window
Memory and performance improvements
• The XAML custom acrylic brush now caches and reuses all the CompositionBackdropBrush
instances
• Added a new API to manually clear the internal cache of the custom acrylic brush
Minor fixes
• XAML designer glitch fixed in the LightsSourceHelper class
• Added an exception message if the LightsSourceHelper class is used before calling the Initialize
method
LightsSourceHelper class added, minor changes
• Added LightsSourceHelper class to quickly add XAML lights to a control
• New API to remove the added pointer handlers from a target UIElement
• Minor code changes
Bug fixes, minor improvements
• Added a new wrapper class around the ExpressionAnimation
to easily change the custom expression parameter after starting the animation
• Minor bug fixes
Acrylic brush noise texture DPI scaling improved
v2.9.1.0 Workaround for the noise texture low-res DPI scaling
New APIs added, code refactoring, bug fixes
• Custom acrylic brush noise texture now in high-res on high DPI screens
• Added two APIs to load a Win2D image
• Added an option to clear the current Win2D images cache
• Added an overload for each available animation method to specify a custom beizer curve easing function
• Added a fallback color option to the custom acrylic brush that also works when running on a device
• Bug fixes and code refactoring
Bug fixes and improvements
• Improved the custom acrylic brush fallback mode
• Bug fixes
Acrylic brush improved, bug fixes
• Improved the noise texture rendering in the custom acrylic brush
• Added a new cache mode property to the custom acrylic brush
• Bug fixes, code refactoring
Fixed a crash in the DispatcherHelper class
v2.8.2.0 Fixed a crash in the DispatcherHelper class