MotionConfig API

Detailed listing of all MotionConfig related features of Svelte Motion. A lot of the wording is directly copied from framer-motion, Copyright (c) 2018 Framer B.V. MIT License.

MotionConfig

SvelteComponent<Props: MotionConfigProps , Events: {}, Slots: {default:{}}>
`MotionConfig` is used to set configuration options for all children Motion components.

MotionConfigProps

{
transformPagePoint?: TransformPoint2D ,
/**
* Determines whether this is a static context ie the Framer canvas. If so,
* it'll disable all dynamic functionality.
isStatic?: boolean,
/** Defines a new default transition for the entire tree.*/
transition?: Transition
}