|
Adding a Zoom Effect to Categories
Description:
Description in screenshot https://postimages.org/ How to install: If you add the following CSS code to the css_additional.css template of the style you are using, it will look like the screenshot. HTML Code:
tr.forum-item.main {
-webkit-transition:all .4s ease-in;
-moz-transition:all .4s ease-in;
-ms-transition:all .4s ease-in;
-o-transition:all .4s ease-in;
transition:all .4s ease-in
}
tr.forum-item.main:hover {
-moz-transform: scale(1.015);
-webkit-transform: scale(1.015);
-o-transform: scale(1.015);
-ms-transform: scale(1.015);
transform: scale(1.015);
}
Download No files for download. |
|||||||||
Similar Mods
| Show Thread Enhancements [CM] Posbit Avatar Hover (Zoom + 360 Degrees Turn Effect) | vBulletin 4.x Template Modifications |