Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derekli66/ddsqueezeimageview
A image view performs image switching with squeezing and popping animations.
https://github.com/derekli66/ddsqueezeimageview
animation coreanimation
Last synced: 5 days ago
JSON representation
A image view performs image switching with squeezing and popping animations.
- Host: GitHub
- URL: https://github.com/derekli66/ddsqueezeimageview
- Owner: derekli66
- License: mit
- Created: 2014-12-23T09:30:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T14:59:25.000Z (over 7 years ago)
- Last Synced: 2024-04-24T02:18:03.578Z (7 months ago)
- Topics: animation, coreanimation
- Language: Objective-C
- Size: 182 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DDSqueezeImageView
------------------A image view performs image switching with squeezing and popping animations.
## Usage
DDSwitchImageView will switch *image* and *highlightImage* with *switchImage* method
1. Set *image* and *highlightImage* property before switching. If highlight image is not available, the highlight image will be replaced by the image from *image* property
2. *switchImage* method will run scaling animation to switch image and highlight image
# ![Screenshot](https://raw.github.com/derekli66/DDSqueezeImageView/master/SqueezeAndPop.gif)