🌱 Adam Argyle keyframe trick

Source
@keyframes {
  from {
    /* ... */
  }
}

animates FROM whatever you specify, TO the default value of the property in CSS! rad for transforms.

triggers on:

  • page load
  • append()
  • etc/fresh DOM

Demo

Made by Brandon . If you find this project useful you can donate.