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

  1. 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.
  2. 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 #00aa9c or a named colour like flomation-teal, a Font size, and a Width and Height that match the video you intend to overlay.
  3. 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

FieldTypeDetails
Fromstring0
Tostring100
Decimal placesinteger
Prefixstring£
Suffixstring%
Fontstringchoices: Poppins Bold, Poppins SemiBold, Poppins Regular
Font size (px)integer
Colourcolour
Width (px)integer
Height (px)integer
Duration (seconds)string
Frames per secondinteger

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

FieldTypeDetails
Title texttextRequiredYour title
Fontstringchoices: Poppins Bold, Poppins SemiBold, Poppins Regular
Font size (px)integer
Colourcolour#ffffff, flomation-teal
Drop shadowboolean
Shadow colourcolour
Outline width (px, 0 = none)integer
Outline colourcolour
Animationstringchoices: Fade, Slide from right, Slide from left, Rise up
Width (px)integer
Height (px)integer
Duration (seconds)string
Frames per secondinteger

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

FieldTypeDetails
TitlestringRequiredJane Doe
Subtitle (optional)stringHead of Product
Accent colourcolour#00aa9c
Text colourcolour
Width (px)integer
Height (px)integer
Duration (seconds)string
Frames per secondinteger

Returns: tool_result, video, size_bytes, success, error

04Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.