ozodrukh / CircularReveal

Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+
MIT License
2.43k stars 391 forks source link

rectangle reveal instead of circle #109

Closed khazravi closed 7 years ago

khazravi commented 7 years ago

I am using the library for activity transition and I tested it on API 16 and 17 both of them are showing rectangle instead of circle, but it works properly on API 19. what should I do to make it work correctly?

imknown commented 7 years ago

When API < 18, i recommend you turning off the hardware accelerated feature.

https://developer.android.com/guide/topics/graphics/hardware-accel.html#unsupported

https://github.com/ozodrukh/CircularReveal/issues/100