Shape 5

Joomla Templates => Curb Appeal - Club => : ossi2612 June 13, 2018, 12:46:01 PM



: Animation at the boxes
: ossi2612 June 13, 2018, 12:46:01 PM
Hi,

my customer don't like the animated pictures (shaking) at the boxes on the frontpage. How can I turn it off?

http://cms.wagner-fahrzeugbau.de



cu.....Ossi


: Re: Animation at the boxes
: mikek June 14, 2018, 08:25:41 PM
Hello,

In the template configuration under the Javascripts tab just disable the Scroll Reveal feature.


: Re: Animation at the boxes
: ossi2612 June 15, 2018, 12:10:26 PM
Thank you for your answer,

but it seems to be the wrong switch.

I mean the pictures in the top of the four boxes below the image-fader. By mouse over tje pictures move a little bit. That is, what the customer doesn't want.


cu....Ossi



: Re: Animation at the boxes
: mikek June 16, 2018, 01:21:46 PM
Hello,

Oh, you just want the hover over effect removed. Edit editor.css and remove the following:

.service_item:hover img {
transform: rotate(6deg) scale(1.25);
transition: all 400ms ease-out 0s;
}