This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

object click animation size
#1
Hi,

I've noticed the object click animation size appears to scale with the size of the image / object. Is it possible to change this so the bounce effect is the same size for all? i have some large objecs on the page and the effect feels too big.
Reply
#2
You can adjust the scale size (default is 1.1) for certain elements via Custom CSS and Additional classes (click-scale-alt in this example).
Code:
.click-scale-alt:active {
  transform: scale(1.05)
}
Reply
#3
Perfect, Thanks
Reply


Forum Jump: