Roll over images speed

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Feb 26, 2014 11:19 pm
Reply with quote
Report this post
This might not be specific to (M) Social

But struggling to find how to change something, i'm building a site around the "grid" and decided that to create a custom html "grid" pasted an image and created a roll over image using the text editor, but its changing too fast, is there some where i can change the speed.

http://bikerehab.co.uk/sitethree

Thanks for your help in advance.
User avatar
Junior Boarder

GK User
Thu Feb 27, 2014 9:33 am
Reply with quote
Report this post
Please open file template/css/gk.stuff.css and find line 641 where you should see this code :

Code: Select all
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
-ms-transition-duration: .5s;
-o-transition-duration: .5s;
transition-duration: .5s;


Here is specified animation speed so all that you need to do is to change this values.
User avatar
Platinum Boarder

GK User
Thu Feb 27, 2014 9:43 am
Reply with quote
Report this post
bkrztuk wrote:Please open file template/css/gk.stuff.css and find line 641 where you should see this code :

Code: Select all
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
-ms-transition-duration: .5s;
-o-transition-duration: .5s;
transition-duration: .5s;


Here is specified animation speed so all that you need to do is to change this values.


Thanks your an HERO!
User avatar
Junior Boarder


cron