Questions tagged [circularreveal]

40 questions
0
votes
1 answer

add circular reveal animation to BottomSheet

I am using bottomsheet in my android app. How can I add circular reveal animation for loading bottomsheet? createCircularReveal is an android sdk function that supports all devices with api levels upper than 21.
0
votes
1 answer

On Samsung Devices, Ripple and Reveal's fail if imageView animation is playing

This only seems to occur on Samsung devices (tested on S7 and Tab S2). Problem If any animation is playing, all dialog ripple and reveal affects are stunted, stop half way, or do not play at all. For example, this imageview animation has been…
behelit
  • 1,765
  • 2
  • 20
  • 34
0
votes
1 answer

Incorrect view size in RelativeLayout

I have a RelativeLayout below. There are an expandable view and a reveal frame layout in it. RevealFrameLayout aligned to screen bottom and is below ExpandableView. When user click fab reveal animation will starts from the fab center and show the…
0
votes
1 answer

Remove reveal effect on click

In my application I am using a ListView CheckedTextView. When you run the app on a device lollipop when I click on the CheckedTextView the reveal effect is shown, the default reveal effect included in lollipop. My intention is that when you click on…
Sergio76
  • 3,835
  • 16
  • 61
  • 88
0
votes
0 answers

Android CircularReveal animation bug

I use this awesome library to create CircularReveal animation in RecyclerView when SearchView is pressed and I have a little bug. Animation works fine, but only after first open and close of SearchView. When I open Activity and press SearchView,…
0
votes
2 answers

Circular reveal over top of other views gives error "cannot start this animator on a detached view"

i had gone through research about for couple of days but didn't get it resolved. Problem in this Question is similar to mine but I couldn't solve my issue using this either. I had tried to get the circular reveal effect just like whatsapp where the…
Tariq Mahmud
  • 217
  • 1
  • 2
  • 6
0
votes
2 answers

Android - Circular Reveal doesn't fill the entire space

In my Android app I'm using a CircularReveal to show a previously invisible grey RelativeLayout, which takes up the entire screen, when a button is clicked. The problem is that the button is placed on the right-bottom corner, and the animation,…
0
votes
1 answer

Circular Reveal Android Soften Edges

I'm just experimenting with the new Lollipop transitions and was curious if the following was possible. Right now I have a circular reveal animation working beautifully but it reveals the background with a very hard line. I was wondering if it was…
0
votes
1 answer

How to setVisibility within class extending FrameLayout?

I have a FAB class extending FrameLayout where I want to have a hide method which implements the reveal effect. Therefore I need to set the visibility to INVISIBLE: public class FloatingActionButton extends FrameLayout implements Checkable { …
SnafuBernd
  • 261
  • 4
  • 16
-1
votes
1 answer

How to animate movement of android circular reveal animation

I'm using reveal animation in api 21 to above, to animate view revealing with nice circular animation. But when I try to animate the position of the view, Circular reveal animation will not animate correctly and show's wrong frames (miss behavior…
1 2
3