Skip to main content
Extremely Popular
Latest
interface KeyframesFunction
import { type KeyframesFunction } from "https://deno.land/x/fresh@1.6.8/plugins/twindv1_deps.ts";

Call Signatures

(style: CSSObject | string): StringLike
(strings: TemplateStringsArray, ...interpolations: readonly CSSValue[]): StringLike

Methods

bind(thisArg?: ((tokens: string) => string) | undefined | void): Keyframes & { [label: string]: KeyframesFunction; }
call(thisArg: ((tokens: string) => string) | undefined | void, style: CSSObject | string): StringLike
call(
thisArg: ((tokens: string) => string) | undefined | void,
strings: TemplateStringsArray,
...interpolations: readonly CSSValue[],
): StringLike
apply(thisArg: ((tokens: string) => string) | undefined | void, args: [CSSObject | string]): StringLike
apply(thisArg: ((tokens: string) => string) | undefined | void, args: [CSSObject | string] | [TemplateStringsArray, readonly CSSValue[]]): StringLike