Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/interactionmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: 🗑️ InteractionManager
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';

:::warning Deprecated
Use the [`setImmediate`](timers) instead.
Avoid long-running work and use [`requestIdleCallback`](global-requestIdleCallback) instead.
:::

InteractionManager allows long-running work to be scheduled after any interactions/animations have completed. In particular, this allows JavaScript animations to run smoothly.
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.80/interactionmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: 🗑️ InteractionManager
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';

:::warning Deprecated
Use the [`setImmediate`](timers) instead.
Avoid long-running work and use `requestIdleCallback` instead.
:::

InteractionManager allows long-running work to be scheduled after any interactions/animations have completed. In particular, this allows JavaScript animations to run smoothly.
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.81/interactionmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: 🗑️ InteractionManager
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';

:::warning Deprecated
Use the [`setImmediate`](timers) instead.
Avoid long-running work and use `requestIdleCallback` instead.
:::

InteractionManager allows long-running work to be scheduled after any interactions/animations have completed. In particular, this allows JavaScript animations to run smoothly.
Expand Down