You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see the StackOverflow question I posted for details: here
I am using this library for animating an overlay on an item in a LinearLayout so that options associated with the clicked item can be displayed. I am setting the visibility of the content that is being overlaid to Visibility.GONE, but only once the animation ends. Despite this, the content is hidden as soon as the CircularReveal animation begins.
Is this how a CircularReveal works (animation area overlays content while the actual reveal is performed)?
The text was updated successfully, but these errors were encountered:
Please see the StackOverflow question I posted for details: here
I am using this library for animating an overlay on an item in a LinearLayout so that options associated with the clicked item can be displayed. I am setting the visibility of the content that is being overlaid to Visibility.GONE, but only once the animation ends. Despite this, the content is hidden as soon as the CircularReveal animation begins.
Is this how a CircularReveal works (animation area overlays content while the actual reveal is performed)?
The text was updated successfully, but these errors were encountered: