Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmk907/imagetransitionanimationsuwp

Image control with transition animations. Uses CompositionAnimation.
https://github.com/tmk907/imagetransitionanimationsuwp

animation image transition-animation uwp

Last synced: about 1 month ago
JSON representation

Image control with transition animations. Uses CompositionAnimation.

Awesome Lists containing this project

README

        

# ImageTransitionAnimationsUWP

Image control with transition animations. Animation starts when ImageUri property is changed.

## Animation types
* Opacity,
* OpacitySpring,
* ScaleAndOpacity,
* SlideHorizontally,
* SlideVertically,
* StackFromLeft,
* StackFromRight,
* StackFromTop,
* StackFromBottom,
* StackAndScaleFromLeft,
* StackAndScaleFromRight,
* StackAndScaleFromTop,
* StackAndScaleFromBottom

## Properties
* AnimationType
* Direction
* Duration
* DecodePixelHeight
* DecodePixelWidth
* ImageUri
* Stretch

![alt text](https://github.com/tmk907/ImageTransitionAnimationsUWP/blob/master/images/example2.gif "Example 1")