Shelley
Well-known member
Shelley submitted a new resource:
RSS Icon Transition & Transform (version v1) - A simple little animation (with css) that animates the rss icon on forum_list
Read more about this resource...
RSS Icon Transition & Transform (version v1) - A simple little animation (with css) that animates the rss icon on forum_list
Paste in Extra.css template
Code:.node .tinyIcon:hover { -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transform: translate(-10px, 0px); -webkit-transform: translate(-10px, 0px); -o-transition: all 0.3s ease-in-out 0s; -o-transform: translate(-10px, 0px); transition: all 0.3s ease-in-out 0s; transform: translate(-10px, 0px); }
Read more about this resource...