Logic Machine Forum
object click animation size - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: object click animation size (/showthread.php?tid=6022)



object click animation size - Diggerz - 12.06.2025

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.


RE: object click animation size - admin - 13.06.2025

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)
}



RE: object click animation size - Diggerz - 16.06.2025

Perfect, Thanks