How to create interactive images on web? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

How to create interactive images on web?

Like when it is pressed or clicked. It does an animation or something.

21st Jan 2021, 2:55 PM
aka :)
aka :) - avatar
1 Antwort
+ 2
add a 'click' event listener function to the target element... in this function, do all the magic you want, with or without external libraries ^^
21st Jan 2021, 8:38 PM
visph
visph - avatar