0

How to make text wavy in web?

I tried but there is still missing which I don't know.

17th Aug 2020, 2:36 PM
shubham kumar
shubham kumar - avatar
4 ответов
+ 10
You can use SVG to line up a text along a wavy-form. Check this article: https://css-tricks.com/snippets/svg/curved-text-along-path/ If you want to do with CSS then I suggest to break the word into letters and position each of them separately in a wave form. This way you may have more animation options I guess🤔. Also Show your code so that we can understand what procedure you are trying and help you out 😉. Happy Learning 🙂
17th Aug 2020, 3:20 PM
Ketan [#Be Happy 😄]
Ketan [#Be Happy 😄] - avatar
+ 2
Can you share your code so that i can analyse where you're going wrong.
17th Aug 2020, 2:59 PM
Pawan
Pawan - avatar
17th Aug 2020, 3:22 PM
shubham kumar
shubham kumar - avatar
+ 1
Question solved
17th Aug 2020, 3:23 PM
shubham kumar
shubham kumar - avatar