Answers for "jquery rotate"

0

jquery rotate

//we can add any css transform in this way ex: rotate,scale e.t.c
const mainSection = $('.main_section'); 
mainSection.css('transform','rotate('+ 30 +'deg)');
Posted by: Guest on September-05-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language