Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface Animation
import { type Animation } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A value for the animation shorthand property.

Properties

delay: Time

The animation delay.

The direction of the animation.

duration: Time

The animation duration.

The animation fill mode.

iterationCount: AnimationIterationCount

The number of times the animation will run.

The animation name.

The current play state of the animation.

timingFunction: EasingFunction

The easing function for the animation.