Questions tagged [ripple-effect]

55 questions
0
votes
0 answers

Mispositioned ripple effect on material style

I have a QT Quick application on a embedded Linux which use v5.14.2. I often run the application on Windows because it's easier sometimes with MinGW v5.15.2. I run Qt Quick 2.6 and Qt Controls 2.5 in the application. The application is using the…
Qyru
  • 11
  • 2
0
votes
1 answer

How to show ripple only on a child view when the parent is clicked in compose

I have this simple structure: @Composable public fun RadioButtonWithText() = Row( modifier = Modifier.selectable( ... ) ) { RadioButton... Text... } } Now to make things easily accessible for the user, I set the whole Row up…
Haf_SK
  • 302
  • 2
  • 11
0
votes
0 answers

Compose Text ripple foreground

How can I create ripple effect with Compose for Text, but apply it not for background, but for foreground text color? In other world when taping text, font color will be changed, but not background color.
Alexey
  • 2,980
  • 4
  • 30
  • 53
0
votes
1 answer

Why there is no ripple effect when I click on ListTile?

I have a ListTile. If I just write an empty onTap function it will show the ripple effect when I tap on it. But if I add the navigation function to the onTap function, it doesn't show the ripple effect when I tap on it. Why? Note that I'm using the…
My Car
  • 4,198
  • 5
  • 17
  • 50
0
votes
0 answers

How to do ripple effect in figma

I am trying to make ripple animation but it's not playing. Whenever I want to play it, it shows that a prototype must be have at least one frame. Although I made the Design with 3 frames then why ? Can anyone please help me to solve this problem?…
0
votes
0 answers

Button with pulse effect that is bigger than the button

I am trying to imitate the button ripple effect that is in Android calculator and use it in my Android app. (For anyone wondering, it's made with Java, not Kotlin.) Here's a screen recording of what I want it to look like (sorry for the bad…
user21603351
0
votes
0 answers

How to animate a dotted ripple affect for android

I have a circular image which has to be animated to simulate a ripple effect.(Dotted circle) I have seen a lot of third party libraries that can be used for animation. I want to do it without using any third party libraries. Can you please suggest…
0
votes
1 answer

How to add ripple animation for double click and not for single click?

Context of the Problem I was currently trying to build a functionality to fast forward videos in ExoPlayer exactly like how Youtube does it. I thought that I could add a double click listener and I was able to do that using the answer given…
Sambhav Khandelwal
  • 3,585
  • 2
  • 7
  • 38
0
votes
0 answers

Persistent Navigation Bar only in some pages

Stackoverflowers! I'm using an BottomAppBar inside the bottomNavigationBar section of the Scaffold. The problem is that it doesn't persists while I'm navigating. I used the persistent_bottom_nav_bar plugin, but it doesn't work with my custom…
0
votes
1 answer

Inkwel ripple effet not work in grid view

I have always problem with ripple effects. this is my widget : @override Widget build(BuildContext context) { return Material( color: Colors.transparent, child: InkWell( onTap: onTap, borderRadius:…
Cyrus the Great
  • 5,145
  • 5
  • 68
  • 149
0
votes
0 answers

Jetpack Compose app bar actions no ripple effect

I have an app bar in my application: SmallTopAppBar( title = { Text("✨StarDict✨") }, actions = { IconButton( onClick = {...} ) { Icon( painterResource(R.drawable.ic_dict), …
acmpo6ou
  • 840
  • 1
  • 12
  • 21
0
votes
1 answer

Circular ripple issue

I am trying to create a circular ripple effect on a CircularProgressIndicator but ripple effect goes outside over the View. I want it to be on the CircularProgressIndicator and not going outside it. An help will be appreciated. Here is my code: …
Sumit Shukla
  • 4,116
  • 5
  • 38
  • 57
0
votes
0 answers

Flutter Ink Image splash

I need ripple effect when tap image like facebook my day. Use Ink.image for grid view image not work in my code. I want to ripple when on tap action trigger on my image but my code only work for pressing. Also add the Material widget to the parent…
La Pyae
  • 371
  • 3
  • 19
0
votes
2 answers

How to give ripple effect above Src image in FAB

I am working with FAB in android and I have increased the Src image size to cover the FAB but now whenever I click on FAB the ripple effect is shown behind the image instead of above it, which doesn't give a feel that FAB is clicked My FAB code …
0
votes
1 answer

Ripple animation showing circle one after another

Hi there I want to give this effect to my logo but somehow I am stuck can you help me please? I want the circles to be show one in after another but only when shown the fourth circle only then the efect can end. Sorry for my english. Please…
Nickos
  • 1
  • 4