I have problem with circular reveal on my fragment. Whenever I call my reveal, it starts a new Activity
and then inside onCreateView
in fragment
, it calls my reveal.
It works, but there is one glitch – as I start a new Activity, everything turns white. The Activity's background is white and covers data under it. Is it possible to show this data and not overlay it with this white background? Or should I make some kind of mask, animate it, and at the end start Activity
?