Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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)');
 
PREVIOUS NEXT
Tagged: #jquery #rotate
ADD COMMENT
Topic
Name
7+9 =