Keyframes
/ API Reference / TypesKeyframes
/ API Reference / TypesT_Keyframe
import { CSSProperties } from 'react'
type T_Keyframe = Partial<Record<'from' | 'to' | `${number}%`, CSSProperties>>
© 2024-present Robin Weser. All Rights Reserved.
import { CSSProperties } from 'react'
type T_Keyframe = Partial<Record<'from' | 'to' | `${number}%`, CSSProperties>>