[sloved] Help in my code to get Wriple effect using css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

[sloved] Help in my code to get Wriple effect using css

Here I have red wriple in code.it is increasing but it not showing wriple like effect as it's size is increasing w.r.t refrence point at top left of green box. But w.r.t to center of circle. Target:- Wriple size should increase but it's center should remain fixed. https://code.sololearn.com/WMWCjmf8IVvI/?ref=app

30th Aug 2020, 5:48 PM
Divya Mohan
Divya Mohan - avatar
4 Answers
+ 2
This is due to width and height.it is not correct. Here try this instead of: @keyframes wriple{ 100%{ transform:scale(4,4);} }
30th Aug 2020, 6:03 PM
Muhammadamin
Muhammadamin - avatar
0
It's nice but it also incresing the width of wriple wave.
30th Aug 2020, 6:07 PM
Divya Mohan
Divya Mohan - avatar
0
Add overflow:hidden to the container also you need to position absolute the ripple container, and you have to add the container within the ripple container or you could use pseudo class after and before to create ripple effect
30th Aug 2020, 6:59 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
See the ripple effect on the list elements https://code.sololearn.com/WezvExlz043M/?ref=app
30th Aug 2020, 7:00 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar