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
Parameter | Type | Description |
---|---|---|
token | Token | the token |
Returns
boolean
true
if the token is a transition or false
if not