About 16,000 results
Open links in new tab
  1. CSS Animations - W3Schools

    To use CSS animation, you must specify some keyframes for the animation. Keyframes hold what styles the element will have at certain times. The animation-name property specifies a name …

  2. Animate.css | A cross-browser library of CSS animations.

    Animate.css is a library of ready-to-use, cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and attention-guiding hints.

  3. animation - CSS | MDN

    Dec 5, 2025 · The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, …

  4. CSS Animation Generator - Create Beautiful Animations Online

    Design custom animations, transitions, and effects for your website. Perfect for web developers and designers. Generate, customize, and export CSS animations instantly!

  5. animation - CSS-Tricks

    Sep 9, 2024 · Each animation needs to be defined with the @keyframes at-rule which is then called with the animation property, like so: Each @keyframes at-rule defines what should …

  6. 137 CSS Animation Examples | FreeFrontend

    Discover a focused collection of performant CSS animations, highlighting GPU acceleration via `transform`/`opacity`, complex 3D perspective, and sophisticated keyframe control.

  7. CSS Animations Library | Tutorials and Code Examples

    Discover and download high-quality CSS animations to enhance your website's design. This animation slides in from the right with scaling and fading. This animation scales down, fades, …

  8. 39 Awesome CSS Animation Examples with Demos + Code

    Dec 27, 2024 · In this article, we’ll explore 39 CSS animation examples you can add to your website to enhance its interactivity and visual appeal. We’ll view a mix of animations along the …

  9. CSS Animations - GeeksforGeeks

    Jul 11, 2025 · CSS animations control the movement and appearance of elements on web pages. We can animate HTML elements without using JavaScript. Use @keyframes to define the …

  10. Animations - web.dev

    May 4, 2021 · CSS @keyframes are based on the same concept as animation keyframes. Here's an example with two states: The first important part is the custom identifier (custom-ident), the …