This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: oWkPF1Ln72ANmfAA7wBLQF4sZb9X5uqywvnUtfw6dXY
Cover

CSS Animation Basics

Written by @maritn | Published on 2020/3/1

TL;DR
CSS Animations enable the front-end developer to animate HTML elements. In this post, we will take a deep dive into how to use animations in CSS. To use animations we have to use @keyframes. Keyframes are what CSS use to make animations. To make the @keyframe usable, you can declare it inside a class using the animation_name property name. The animation-timing-function describes how fast or how slow the parameters specified in the @keysframes will happen over time.

[story continues]


Written by
@maritn
Full Stack Developer

Topics and
tags
css3|frontend|web-development|smacss|html|microverse|programming|css-animation
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: oWkPF1Ln72ANmfAA7wBLQF4sZb9X5uqywvnUtfw6dXY