Skip to content

Releases: ozodrukh/CircularReveal

Changelog

16 Mar 12:12
Compare
Choose a tag to compare

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

05 Jun 07:27
Compare
Choose a tag to compare

fix where lollipop didn't run native reveal animation
fix pre lollipop calling invalidateOutline

2.0.0

02 Jun 18:03
Compare
Choose a tag to compare

External API to easily create custom views
Performance improvement
New Material samples ( They are awesome )

Changelog

01 Jan 07:59
Compare
Choose a tag to compare

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

01 Jan 07:50
Compare
Choose a tag to compare
More precise calculation of final radius in readme.md file.

1.2.2: Merge pull request #55 from beworker/beworker-final-radius-improvement

01 Jan 07:49
Compare
Choose a tag to compare
More precise calculation of final radius in readme.md file.

1.2.1: Merge pull request #55 from beworker/beworker-final-radius-improvement

01 Jan 07:49
Compare
Choose a tag to compare
More precise calculation of final radius in readme.md file.

Changelog

01 Jan 07:44
Compare
Choose a tag to compare

required min sdk version changed to 15,
you can now set custom layer type

1.1.1: Merge pull request #34 from tounaobun/master

06 Jun 09:43
Compare
Choose a tag to compare
Provides default implementation for AnimatorListener.

Changelog

27 May 19:38
Compare
Choose a tag to compare

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