Graphics
Graphics integration · 3 node(s).
00Overview
Build animated overlay graphics for video right inside a flow — an animated text title, a lower-third name-and-role bar, or a number that counts from one value to another — with no external design tool. Each renders on a transparent background as a looping animation you can drop straight onto footage with the video overlay action, and you control the font, colour, size, timing and canvas dimensions. Because the fonts and renderer are built in, the result looks identical on every run.
Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.
01Connecting Graphics
- No credentials are required. The Graphics node renders entirely inside Flomation using built-in fonts and video tooling — there is nothing to connect and no API key to manage, so you can drop the node straight into a flow.
- Choose the look with the node's own fields: a Font (Poppins Bold, SemiBold or Regular), a Colour given as a hex value such as
#00aa9cor a named colour likeflomation-teal, a Font size, and a Width and Height that match the video you intend to overlay. - Take the node's transparent video output — a looping animation with a see-through background — and feed it into the video overlay action to composite it over your footage; the editor also previews it inline.
02Animated
Animated Counter
graphics/animated_counter · Action
Generate a number counting from one value to another as a transparent video
| Field | Type | Details | |
|---|---|---|---|
| From | string | 0 | |
| To | string | 100 | |
| Decimal places | integer | ||
| Prefix | string | £ | |
| Suffix | string | % | |
| Font | string | choices: Poppins Bold, Poppins SemiBold, Poppins Regular | |
| Font size (px) | integer | ||
| Colour | colour | ||
| Width (px) | integer | ||
| Height (px) | integer | ||
| Duration (seconds) | string | ||
| Frames per second | integer |
Returns: tool_result, video, size_bytes, success, error
Animated Title
graphics/animated_title · Action
Generate an animated text title as a transparent video for overlaying
| Field | Type | Details | |
|---|---|---|---|
| Title text | text | Required | Your title |
| Font | string | choices: Poppins Bold, Poppins SemiBold, Poppins Regular | |
| Font size (px) | integer | ||
| Colour | colour | #ffffff, flomation-teal | |
| Drop shadow | boolean | ||
| Shadow colour | colour | ||
| Outline width (px, 0 = none) | integer | ||
| Outline colour | colour | ||
| Animation | string | choices: Fade, Slide from right, Slide from left, Rise up | |
| Width (px) | integer | ||
| Height (px) | integer | ||
| Duration (seconds) | string | ||
| Frames per second | integer |
Returns: tool_result, video, size_bytes, success, error
03Lower
Animated Lower-Third
graphics/lower_third · Action
Generate an animated lower-third (title + subtitle bar) as a transparent video
| Field | Type | Details | |
|---|---|---|---|
| Title | string | Required | Jane Doe |
| Subtitle (optional) | string | Head of Product | |
| Accent colour | colour | #00aa9c | |
| Text colour | colour | ||
| Width (px) | integer | ||
| Height (px) | integer | ||
| Duration (seconds) | string | ||
| Frames per second | integer |
Returns: tool_result, video, size_bytes, success, error
04Notes & Limitations
Behaviours and constraints worth knowing before you build with these nodes.
- Colour fields accept a hex value such as
#rrggbbor#rgb, or one of the named colourswhite,black,flomation-purpleandflomation-teal, and any value it cannot parse falls back to white. - Text is drawn on a single centred line and is never wrapped, so a long title can run past the edges of the frame unless you widen the Width or reduce the Font size.
- The Animated Lower-Third renders its subtitle in the Accent colour rather than the Text colour, and its layout — a left accent stripe and a bar spanning roughly the left 60% of the width — is fixed.
- Titles and lower-thirds animate in and then back out over about half a second at each end, so set a Duration of at least one second for the graphic to hold at full visibility before it exits.
- The output is a transparent, looping animation intended to be composited over footage with the video overlay action, not a finished clip with its own background.
- Each render is capped at 300 seconds, so a very large canvas combined with a high Frames per second and a long Duration can exceed the limit and fail.