MCPcopy
hub / github.com/romboHQ/tailwindcss-motion / textColorLoopAnimation

Function textColorLoopAnimation

src/baseAnimations.ts:92–93  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

90 "motion-text-color-out calc(var(--motion-text-color-duration, --motion-duration) * var(--motion-text-color-perceptual-duration-multiplier, --motion-perceptual-duration-multiplier)) var(--motion-text-color-timing, --motion-timing) var(--motion-text-color-delay, --motion-delay) both";
91
92export const textColorLoopAnimation = (type: string) =>
93 `motion-text-color-loop-${type} calc(var(--motion-text-color-duration, --motion-duration) * var(--motion-text-color-perceptual-duration-multiplier, --motion-perceptual-duration-multiplier)) var(--motion-text-color-timing, --motion-timing) var(--motion-text-color-delay, --motion-delay) both var(--motion-text-color-loop-count, --motion-loop-count)`;
94
95export function addBaseAnimations(
96 matchUtilities: PluginAPI["matchUtilities"],

Callers 1

addBaseAnimationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…