import { LmComponentRender as LmMotion } from '@LmComponentRender' import { HeadlineStoryblok } from '../typings/generated/components-schema' import { storyMotion } from '../storybook/core/various' // eslint-disable-next-line import/no-anonymous-default-export export default { title: 'Design/Utils/Transitions' } const body = [ { _uid: '21312', component: 'headline', typography: 'headline4', text: 'This is a Headline4' }, { _uid: '2eqew', component: 'headline', typography: 'headline3', text: 'Some subtitle text headline3' } ] as HeadlineStoryblok[] export const Overview = () => (

Scroll down to see animations in action

Slide:

Collapse:

Fade:

Grow:

Zoom:

End of presentation of motion

) export const Playground = () => (

Start of presentation of motion

End of presentation of motion

)