ripple-effect Questions
3
Solved
I have read different answers of similar questions, but they are all old and don't seem to work in the latest version of MUI.
I need to apply the touch ripple effect on a div, but I can't use a but...
Leporid asked 22/4, 2021 at 11:20
30
Solved
Tapping the container triggers the onTap() handler but does not show any ink splash effect.
class _MyHomePageState extends State<MyHomePage> {
@override
Widget build(BuildContext context) ...
Nabataean asked 31/7, 2017 at 20:20
7
Solved
In this answer I got wrong ripple animation. Do you know how to create ripple with rounded corners using Jetpack Compose?
With default ripple I have this:
Code:
Card(shape = RoundedCornerShape(30....
Breakable asked 26/3, 2021 at 15:52
2
How to disable ripple effect on long press of a button in lollipop?
When using sherlock long press of a button is not showing ripple effect but when i use appcompat it is showing a ripple effect o...
Thorfinn asked 7/7, 2015 at 8:46
1
© 2022 - 2024 — McMap. All rights reserved.