How to animate the transform:rotate(); by using jquery? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to animate the transform:rotate(); by using jquery?

How to animate the CSS property transform:rotate(); by using jquery?

21st Aug 2018, 4:40 PM
Sachin M
Sachin M - avatar
2 Respostas
0
$(document).ready(()=>{ $('.btn').mouseover(()=>{ $('.btn').animate({ transform:'rotate(240deg)' },600) }) })
22nd Aug 2018, 5:28 AM
Michaell Alavedra
0
it is not working. please give link of this code
22nd Aug 2018, 5:12 PM
Sachin M
Sachin M - avatar