Archived topic
Animated buttons
1 reply · Started by David on February 10, 2019
Goood morning :)
I'm trying to create a animated buttons with CSS/HTML following your documentation (customization buttons) but I can't see if is possible animate it.
I'm looking to make buttons like this website: kontainer.com
Is that possible or i need something external?
Thank you so much
You'll need to use some fancy CSS in order to do that.
That website is using a <div> inside their button element. Maybe a library like this would be more simple?: http://ianlunn.github.io/Hover/
Let me know :)