Back to vBulletin 5.x Template Modifications

Adding a Zoom Effect to Categories
Mod Version: 1.0.0, by yilmaz

vB Version: 5.5.5 Rating: (1 vote - 5.00 average) Installs: 9
Released: 03 Dec 2020 Last Update: 01 Jan 2021 Downloads: 1
Supported Template Edits  

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);
}
If you installed this mod and/or you want get support, please "Mark as Installed".

Download

No files for download.

Similar Mods

Show Thread Enhancements [CM] Posbit Avatar Hover (Zoom + 360 Degrees Turn Effect) vBulletin 4.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024