Skip to content
Partiellkorrekt
  • Fake IE
  • Home

Don't know where to look?

You can search all my notes here

Tag: animation

Infinitely rotating element

.el { animation: rotating 1s infinite linear; } @keyframes rotating { from {transform:rotate(0deg);} to {transform:rotate(360deg);} }

animation
July 21, 2019

About this page

This page contains a selection of the notes, I’m taking.

If you are involved in (web-) development, I hope you find some notes helpful.

Social media

  • Facebook
  • LinkedIn
  • GitHub
  • Instagram
Copyright © 2025 Abraham Przewodnik
  • Privacy Policy
  • Legal Disclosure