Build a Fluid Loading Animation in CSS

InstructorAkash Gutha

Share this video with your friends

Send Tweet

In this lesson, we will create a fluid loading animation using Animations and Transformations in CSS3.

Summary:

  1. Use keyframes to animate.
  2. Add animation property to the required division.
  3. Add in an appropriate Transition time.
  4. Play with the easing function to get a smooth animation.
Aarón
~ 7 years ago

Hi Akash! Congrats for the video. Only one thing to notice. In this case probably doesn't matter in terms of performance, but is not recommended to animate the height property. The only recommended properties to be animated are transform and opacity.

Cheers!

Aarón
~ 7 years ago

This link is a good read about that topic https://www.html5rocks.com/en/tutorials/speed/high-performance-animations/

Akash Guthainstructor
~ 7 years ago

Yea. that is a good link. I'll probably should make another tutorial on that

zhazha
~ 7 years ago

done