Elements

Elements make up all objects in a video. Some are very simple, like circles and polygons. Others are sophisticated, like text effects.

Elements have many animatable properties, which are documented here.

All element classes inherit from BaseElement, found at graphics.elements.BaseElement To learn how to create your custom elements, see Extending Graphic Videos.

BaseElement API

Simple Elements

Simple elements are simple shapes, which can be combined to create complex visuals.

Examples include rectangles, circles, and text.

These elements can be found at graphics.elements.simple.MyElement

Back to documentation home