keyframes

How to animate a Radial-Gradient or linear gradient with CSS?

I'm trying to make an animation with CSS that would be of a " sun " passing through an image. The idea was to have something ... 155, 61, 0.473), transparent 25%), url(https://unsplash.it/300/150?image=986); } } <div class="box"></div>

How does Cubic-Bezier work in CSS animations?

When we are going to make an animation with CSS we have several parameters that we can use. Ex: animation-name: none anima ... 175, 0.885, 0.32, 1.275); } @keyframes box { to { margin-left: 50%; } } <div class="box"></div>