Skip to content

Releases: Sergio0694/UICompositionAnimations

DispatcherHelper class improved, minor fixes

13 Jul 09:06
Compare
Choose a tag to compare
v2.8.1.0

DispatcherHelper class improved, minor fixes

PointerHelper class and more info APIs added

12 Jul 13:11
Compare
Choose a tag to compare
  • PointerHelper class added to quickly manage control pointer states
  • Added some APIs to easily detect whether the current device is a phone or a desktop
  • Minor fixes

Added XAML custom acrylic brush

12 Jul 09:37
Compare
Choose a tag to compare
Merge pull request #3 from Sergio0694/feature_acrylic_brushes

Feature acrylic brushes

Added light attenuation property, minor refactoring

11 Jul 09:10
Compare
Choose a tag to compare
  • Added new SpotLight attenuation property
  • Removed the SpotLight alpha property as it was unnecessary
  • Minor code refactoring and improvements

Minor fixes

07 Jul 10:18
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Sergio0694/UICompositionA…

…nimations

Alpha and shade spot light properties added

07 Jul 10:04
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Sergio0694/UICompositionA…

…nimations

Added XAML light effects

06 Jul 00:22
Compare
Choose a tag to compare
  • Added custom XAML light brush and effects
  • Added helper class to gather APIs info

Added shared CanvasDevice support

01 Jul 10:51
Compare
Choose a tag to compare
  • Added the ability to use the shared CanvasDevice instance when creating attached effects

Code stability improvements

26 Jun 11:47
Compare
Choose a tag to compare
  • The attached effects can now be created from background threads
  • Minor code refactoring

Minor improvements

25 Jun 23:51
Compare
Choose a tag to compare
  • Improved the Dispose method for attached effects
  • Minor code refactoring