turn off k2 image animation

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
Sun Jun 15, 2014 3:45 am
Reply with quote
Report this post
There is an animation that is applied to the featured image on k2 items when in a category blog view. How do I turn this off?
User avatar
Fresh Boarder

teitbite
Sun Jun 15, 2014 12:02 pm
Reply with quote
Report this post
Hi

Please tell me an url to an example of it.
User avatar
Moderator

GK User
Mon Jun 16, 2014 9:44 pm
Reply with quote
Report this post
teitbite wrote:Hi

Please tell me an url to an example of it.


The site is 24in.tv. However I'm not using this template on anything publicly viewable. I was looking at using it to replace the existing template.
The effect is similar to the one seen on this page in your demos http://demo.gavick.com/joomla25/shop_an ... dex.php/k2
If you need to actually see it on my site I can set up an account and pm you the info.
User avatar
Fresh Boarder

GK User
Mon Jun 16, 2014 10:13 pm
Reply with quote
Report this post
Don't know why I didn't see this in your demo site before but on this link http://demo.gavick.com/joomla25/msocial ... categories
it clearly has the zoom twist effect in the k2 component. Am I able to turn this off? I really like this template but that one feature is just too busy for our blog. If possible I'd really just like to turn of the instance of it for the blog scroll and keep it a possibility for other instances. Otherwise I can just comment it out if that's the only way to turn it off.
User avatar
Fresh Boarder

teitbite
Tue Jun 17, 2014 5:06 pm
Reply with quote
Report this post
Hi

Yes it can be disabled by this code added to css:

Code: Select all
.itemImageBlock img:hover {
transform: scale(1) !important;
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-ms-transform: scale(1) !important;
-o-transform: scale(1) !important;
}
User avatar
Moderator

GK User
Mon Jun 23, 2014 11:47 pm
Reply with quote
Report this post
Thanks! That did the trick.
User avatar
Fresh Boarder


cron