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: 4 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T14:59:25.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T10:32:02.554Z (6 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
# 