Abstract Background

The abstract background engine warps images into animated patterns. There are two styles currently available: wave1 and wave2.
If you don’t include a src property, a random background will be chosen from the built-in presets each time the content is loaded.
abstract-background: type: wave1abstract-background: src: /content/backgrounds/my-preset.json type: wave2 width: 320 height: 480Properties
Section titled “Properties”type required
Section titled “type ”Type: wave1 | wave2
Since: TVS 5.9.0
The style of abstract animation to display.
Type: string
Since: TVS 5.9.0
The URL of the source file to use for the background, relative to the content root or absolute. If empty or unspecified, a random background file will be used.
Type: number
Default: 640
Since: TVS 5.9.0
The width of the canvas in pixels.
height
Section titled “height”Type: number
Default: 480
Since: TVS 5.9.0
The height of the canvas in pixels.