Releases: ozodrukh/CircularReveal
Releases · ozodrukh/CircularReveal
Changelog
Update 2.1.0
Breaking changes for Extension API (ViewRevealManager)
fixed API cleaning in ViewRevealManager for custom implementations
added ViewTransformation for implementing custom View clipping logic
added SpringViewRevealManager that adds new physics based animation
hot fixes
fix where lollipop didn't run native reveal animation
fix pre lollipop calling invalidateOutline
2.0.0
External API to easily create custom views
Performance improvement
New Material samples ( They are awesome )
Changelog
Example dependencies updated
New example provided
Removed deprecated dependencies, hence min API is 15
Updated build tools
Added ability to set layer type on animation
Delay your animation
1.2.3: Merge pull request #55 from beworker/beworker-final-radius-improvement
More precise calculation of final radius in readme.md file.
1.2.2: Merge pull request #55 from beworker/beworker-final-radius-improvement
More precise calculation of final radius in readme.md file.
1.2.1: Merge pull request #55 from beworker/beworker-final-radius-improvement
More precise calculation of final radius in readme.md file.
Changelog
required min sdk version changed to 15,
you can now set custom layer type
1.1.1: Merge pull request #34 from tounaobun/master
Provides default implementation for AnimatorListener.
Changelog
Ok, it is huge update, may be i can hope it is stable version 1.1.0
- cancel()
- reverse() -> new SupportAnimator
- setupEndValues()
- setupStartValues()
- bug fixed, mClipOutlines values was ignored
- some minor performance optimizations