News Show Pro GK5 animation

Support desk for Multipurpose Quark Theme
GK User
Fri Jan 22, 2016 9:14 am
Hi,

In the module News Show Pro GK5 there is a hover animation that switches the images matching articles (by mouse over effect). When your mouse slides over the other article, the image get smaller, fade out, the new image fade in and get big to the normal size. I do not like this part. it makes the website to busy.
How to remove the animation effect so that when you hover over articles only the big size animation is shown. Without the getting smaller part?
Website: q-avi.com
See image

thank you
User avatar
Fresh Boarder

teitbite
Tue Jan 26, 2016 9:37 am
Hi

Add this to override.css

Code: Select all
.box.quark-gallery .nspArt:hover .nspImageWrapper:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
User avatar
Moderator


cron