EffectsOpen in Studio
Light Sweep
Documentation and live preview for the Light Sweep effect in iLoveVideoEditor.
Preview loading…
0.00s / 0.00s
Compatible layers
TextShapeImageVideoCaptions
| Param | Type | Default | Range / Options |
|---|---|---|---|
| progress | float | 0.6 | min 0 · max 1 |
| angle | float | 30 | min 0 · max 360 |
| width | float | 0.15 | min 0.001 · max 1 |
| softness | float | 0.06 | min 0.0001 · max 1 |
| intensity | float | 1.2 | min 0 · max 4 |
| color | color | "#ffffff" | — |
| blendMode | option | "add" | add, screen, normal |
Generated VideoJSON
VideoJSON snippet
{
"name": "Effect: lightSweep",
"layers": [
{
"id": "root",
"type": "composition",
"settings": {
"enabled": true,
"startTime": 0,
"sourceDuration": 3,
"width": 1920,
"height": 1080,
"fps": 30,
"backgroundColor": "#0f172a",
"_originalWidth": 1920,
"_originalHeight": 1080
},
"properties": {},
"animations": []
},
{
"id": "00000000-0000-0000-0000-000000000131",
"type": "shape",
"settings": {
"enabled": true,
"startTime": 0,
"sourceDuration": 3,
"name": "Shape Layer",
"shapeType": "rectangle"
},
"properties": {
"position": [
0.5,
0.5
],
"width": 540,
"height": 300,
"fill": "#3b82f6",
"cornerRadius": 36
},
"animations": [
{
"id": "00000000-0000-0000-0000-000000000132",
"property": "effects.lightSweep[0].progress",
"keyframes": [
{
"time": 0,
"value": 0,
"easing": "easeInOut"
},
{
"time": 3,
"value": 1,
"easing": "step"
}
]
}
],
"effects": [
{
"effect": "lightSweep",
"params": {
"progress": 0.6,
"angle": 30,
"width": 0.15,
"softness": 0.06,
"intensity": 1.2,
"color": "#ffffff",
"blendMode": "add"
}
}
]
}
],
"version": 2
}