CSS Animation Basics

Written by maritn | Published 2020/03/01
Tech Story Tags: css3 | frontend | web-development | smacss | html | microverse | programming | css-animation

TLDR 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.via the TL;DR App

no story

Written by maritn | Full Stack Developer
Published by HackerNoon on 2020/03/01