Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tmk907/imagetransitionanimationsuwp
- Owner: tmk907
- Created: 2018-05-30T11:21:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T11:49:05.000Z (over 6 years ago)
- Last Synced: 2024-11-13T12:10:03.726Z (3 months ago)
- Topics: animation, image, transition-animation, uwp
- Language: C#
- Homepage:
- Size: 21.5 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")