Skip to content

Theemo / @theemo/tokens / isTransition

Function: isTransition()

ts
function isTransition(token): boolean;

Defined in: packages/tokens/src/filters/is-transition.ts:9

Checks whether the token is a transition

Parameters

ParameterTypeDescription
tokenTokenthe token

Returns

boolean

true if the token is a transition or false if not