We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
useTransitionStatus
1 parent fda6b0a commit 0ade784Copy full SHA for 0ade784
packages/react/src/utils/useTransitionStatus.ts
@@ -7,7 +7,6 @@ export type TransitionStatus = 'starting' | 'ending' | undefined;
7
/**
8
* Provides a status string for CSS animations.
9
* @param open - a boolean that determines if the element is open.
10
- * @param enabled - a boolean that determines if the logic is enabled.
11
* @param delayStartingStatus - a boolean that set the `starting` status one
12
* tick later. Example use-case: collapsible needs an extra frame in order
13
* to measure the panel contents.
0 commit comments