Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)