Motion
Typescript ❤️
A set of utilities to apply motion in your application.
Install
yarn add @atlaskit/motion
Source
Bundle
Changelog
Latest
5.0.0
Major Changes
-
#114024
d2720e17d293e
- Migrated from@emotion/react
to@compiled/react
in order to improve performance, align with therest of the Atlaskit techstack, and support React 18 Streaming SSR.Please note, in order to use this version of
@atlaskit/motion
, you will need to ensure that your bundler is configured to handle.css
imports correctly. Most bundlers come with built-in support for.css
imports, so you may notneed to do anything.If you are using a different bundler, please refer to the documentation for that bundler to understand how to handle
.css
imports. For more information on the migration, please refer to RFC-73 Migrating our components toCompiledCSS-in-JS
This component is now documented on atlassian.design