theRealProHacker / Positron

With Positron you can create your own desktop app using just HTML and Python
2 stars 1 forks source link

CSS Animations #64

Open theRealProHacker opened 1 year ago

theRealProHacker commented 1 year ago

CSS Animations work like this. First, there is a @keyframe rule that is a bit like an animation prototype and sets the values. Then any using element sets its animation attributes to access the specified animation prototype.