freeCodeCamp's Learn How Bezier Curves Work, Applied Visual Design VIDEO
In this lesson we learn what an equivelent solution for our animation-timing-function with a value of linear. We do this by using bezier curves. We learn that the cubic-bezier function is used with Bezier curves. The curve's shape tells how the animation will play out. The functions X-axis is the duration while the the Y-axis, the change that occurs in the animation.
Other Videos By We Will Code 2018-11-09 freeCodeCamp's Intro To Javascript, Understanding Arrays & Multi-Dimensional Arrays (6) 2018-11-08 freeCodeCamp's Using Bracket Notation on Strings, Mad Libs, Intro to Javascript (5) 2018-11-03 freeCodeCamp's Javascript Introduction, Escape Sequences, Concatenation. String Length (4) 2018-11-02 freeCodeCamp's Intro to Javascript, Compound Assignment & String Literals (3) 2018-10-31 freeCodeCamp's Make an Image Responsive,Web Design Principles 2018-10-30 freeCodeCamp's Introduction to Javascript, Math Operators in JS (pt.2) 2018-10-29 freeCodeCamp's Introduction to Javascript, Comments, Variables, & Casing 2018-10-29 Create a Media Query, Responsive Web Design 2018-10-28 freeCodeCamp's Make Motion More Natural Using a Bezier Curve 2018-10-28 freeCodeCamp's Use a Bezier Curve to Move a Graphic, Applied Visual Design 2018-10-28 freeCodeCamp's Learn How Bezier Curves Work, Applied Visual Design 2018-10-26 freeCodeCamp's Change Animation Timing with Keywords, Responsive Web Design 2018-10-25 freeCodeCamp's Animate Multiple Elements at Variable Rates, Applied Visual Design 2018-10-25 freeCodeCamp's Animate Elements at Variable Rates, Applied Visual Design 2018-10-14 freeCodeCamp's Make a CSS Heartbeat using an Infinite Animation Count 2018-10-14 freeCodeCamp's Animate Elements Continually Using an Infinite Animation Count 2018-10-10 freeCodeCamp's Create Visual Direction by Fading an Element From Left To Right 2018-10-09 freeCodeCamp's Create Movement Using CSS Animation, Applied Visual Design 2018-10-04 freeCodeCamp's Modify Fill Mode of an Animation, Applied Visual Design 2018-10-04 freeCodeCamp's Use CSS Animation to Change the Hover State of A Button, Applied Visual Design 2018-10-01 freeCodeCamp's Create a More Complex Shape Using CSS and HTML
Tags: CSS keyframes
@keyframes
css animation
animation duration
animation-timing-function
bezier curves