Effects

Light Sweep

Documentation and live preview for the Light Sweep effect in iLoveVideoEditor.

Open in Studio
Preview loading…
0.00s / 0.00s

Compatible layers

TextShapeImageVideoCaptions
ParamTypeDefaultRange / Options
progressfloat0.6min 0 · max 1
anglefloat30min 0 · max 360
widthfloat0.15min 0.001 · max 1
softnessfloat0.06min 0.0001 · max 1
intensityfloat1.2min 0 · max 4
colorcolor"#ffffff"
blendModeoption"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
}