ProjectSettings
interface
ProjectSettings
Properties
audio
audio
?:
string
An url for the audio track to play alongside the animation.
See also
https://motioncanvas.io/docs/media#audio
audioOffset
audioOffset
?:
number
Deprecated
Configure the offset in the Video Settings tab of th editor.
experimentalFeatures
experimentalFeatures
?:
boolean
Enable experimental features.
See also
https://motioncanvas.io/docs/experimental
logger
logger
?:
Logger
A custom logger instance to use.
name
name
?:
string
The name of the project.
plugins
plugins
?:
string
Plugin
[]
A list of plugins to include in the project.
When a string is provided, the plugin will be imported dynamically usingthe string as the module specifier. This is the preferred way to includeeditor plugins because it makes sure that the plugin's source code getsexcluded from the production build.
scenes
scenes
:
FullSceneDescription
unknown
[]
A list of scene descriptions that make up the project.
A full scene description can be obtained by loading a scene module with a
?scene
query parameter.
Examples
variables
variables
?:
Record
string
unknown
Default values for project variables.