Code Pad
Code
List Code
Search Code
Images
List Images
Search Images
Login
Privacy
Home
spin on mouse over
jquery ui datepicker
js
styling css elements based on their attributes
css
animate background gradient css
css
linear gradient background with 3 colours
css
web storage testing
js
load a script based on a page condition variable
jquery
loop through elements and change the content using each and substr with jquery
jquery
mega menu testing
css
basic foundation grid layout
html
spin on mouse over
2:27 am, May 11, 2018
spin an element using keyframe css
Code
html
css
js
scripts
html
I picked these icons at random... Mouse over to spin.
css
.spin a { display:inline-block; } .spin a:hover { animation:spin 0.3s linear; transition: all 0.3s; opacity:1; } @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
js
scripts
Download & Run
Download File
Run Demo
Re-load Preview
Preview
AFuqs