Properties
Usage
Here’s an example of how to create and customize different types of elements:Element Types
BlendDuck supports various types of elements. Below are the descriptions of each element type along with example code snippets to create them.Text
TheText element allows you to add customizable text content to your videon. You can modify properties such as font size, style, and alignment.
Image
TheImage element enables you to add static images from a URL.
Video
TheVideo element allows you to embed video content from a URL. You can manage playback properties such as volume and looping.
Emoji
TheEmoji element lets you add dynamic emojis to your Clip.
Shape
TheShape element allows you to add basic geometric shapes to your Clip. You can customize their appearance with different colors or gradients, making them useful for creating backgrounds, dividers, or other visual elements.
Lottie
TheLottie element allows you to embed lightweight animations by Lottie URL, the URL can be .json or .lottie.
Group
TheGroup element acts as a container for other elements. By grouping multiple elements together, you can apply transformationsto the group as a whole, allowing for better organization and control over complex layouts.
Widget
TheWidget element allows for embedding custom-built components. This flexible element type is ideal for dynamic data visualizations, charts, or other resuable blocks in your video.
Widget is an extension of an Element. You can use the built-in ready-made widgets or develop your own widgets.
Builtin Widgets
Use ready-made widgets out of box
Build a Widget
Make a widget customized for your needs.