Skip to content

Releases: Sergio0694/UICompositionAnimations

Minor fixes to the custom acrylic brush

10 Aug 14:06
Compare
Choose a tag to compare

• 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

10 Aug 12:38
Compare
Choose a tag to compare
Pre-release

• 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

17 Jul 13:16
Compare
Choose a tag to compare

• 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

17 Jul 08:26
Compare
Choose a tag to compare

• 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

16 Jul 15:51
Compare
Choose a tag to compare

• 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

16 Jul 01:27
Compare
Choose a tag to compare
v2.9.1.0

Workaround for the noise texture low-res DPI scaling

New APIs added, code refactoring, bug fixes

15 Jul 16:13
Compare
Choose a tag to compare

• 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

14 Jul 10:27
Compare
Choose a tag to compare

• Improved the custom acrylic brush fallback mode
• Bug fixes

Acrylic brush improved, bug fixes

13 Jul 23:51
Compare
Choose a tag to compare

• 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

13 Jul 09:19
Compare
Choose a tag to compare
v2.8.2.0

Fixed a crash in the DispatcherHelper class