Anyone know how add animations to Checkboxes?

Does anyone know if it’s possible to add some kind of css animation to a checkbox as you check, then uncheck it?

…I’ve tried adding stuff like transition:.4s and @keyframes... into the mix, but haven’t been able to get anything to work.

I’m starting to think it’s not possible.

1 Like

Here is how to add a banana

.Node-outer > .Node.is-checklist > 
.Node-self > .Node-checkbox:before  {
content: "\1F34C";
}
2 Likes

Lol George!