> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scanova.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Animated effects

> Background, card, and button animation effects.

Animated effects add motion overlays to your landing page — particles that float across the background, a light beam that travels around a card's border, or a glow that pulses around a button. Effects are purely visual: they render with `pointer-events: none`, so they never block taps or clicks on the content beneath them.

## Where effects appear

| Target         | What it covers                        | Set from                                                                                            |
| -------------- | ------------------------------------- | --------------------------------------------------------------------------------------------------- |
| **Background** | The full page, behind all blocks      | Header **Theme** → **Customise** → **Effects**                                                      |
| **Card**       | An individual content block's surface | **Customise** → **Effects** (all cards) OR the block's own **Design** tab → **Effects** (one block) |
| **Button**     | An individual button block            | **Customise** → **Effects** (all buttons) OR the button's own **Design** tab → **Effects**          |

## Setting a global effect

A global effect applies to every card or button on the page at once (background effects are always global — there's only one background).

<Steps>
  <Step title="Open the Theme panel">
    With your page open in the builder, click **Theme** in the header.
  </Step>

  <Step title="Choose Customise on your active theme">
    On the theme card that's currently applied, click **Customise**. This opens the **Customise · Global** panel in the right-hand sidebar.
  </Step>

  <Step title="Expand the Effects section">
    Scroll down and click **Effects** to expand it. You'll see three dropdowns: **Background effect**, **Card effect**, and **Button effect**.
  </Step>

  <Step title="Pick an effect">
    Open a dropdown and choose a named effect. The canvas preview updates immediately, at full visual intensity — exactly as visitors will see it.

    <Frame caption="The global Effects panel, with Meteor Shower applied as the background effect">
      <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/page-builder/animated-effects/background-effect-meteor-applied.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=d112388d875937f978a766d3c69a6fe5" alt="Customise panel Effects section showing Background effect set to Meteor Shower, with diagonal streaks visible in the canvas preview behind the page title block" width="1440" height="900" data-path="images/v2/page-builder/animated-effects/background-effect-meteor-applied.png" />
    </Frame>
  </Step>

  <Step title="Publish to make it live">
    Effects render identically in the canvas and on the published page, so there's nothing further to configure — just publish when you're ready.
  </Step>
</Steps>

To remove a global effect, open the same dropdown and choose **None (disabled)**.

<Frame caption="The Background effect dropdown, showing all three named background effects plus Preset default and None (disabled)">
  <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/page-builder/animated-effects/background-effect-dropdown-open.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=402c8836ae178fc72f5e72d1313ed2c8" alt="Background effect dropdown open, listing Preset default, None (disabled), Meteor Shower, Particles, and Animated Gradient" width="1440" height="900" data-path="images/v2/page-builder/animated-effects/background-effect-dropdown-open.png" />
</Frame>

## Overriding the effect on a single block

Any individual card or button block can use a different effect than the global setting, or disable effects entirely, without changing the global setting for other blocks.

<Steps>
  <Step title="Select the block">
    Click the block in the canvas, or select it from the **Blocks** list on the left.
  </Step>

  <Step title="Open the block's Design tab">
    In the right-hand inspector, click **Design**.
  </Step>

  <Step title="Expand Effects and choose an option">
    Under the **Effects** heading, open the effect dropdown (labelled **Card Effect** or **Button Effect** depending on the block type) and choose:

    * **Theme default** — inherits whatever the global setting is. This is the default for every block.
    * **None (disabled)** — turns off effects for this block only, even if the global setting has one applied.
    * Any named effect — overrides the global setting and uses this effect just for this block.

    <Frame caption="A block's own Design tab, with its Card Effect dropdown open">
      <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/page-builder/animated-effects/block-effects-dropdown-open.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=830e70e231d863f1248a8f7594125b6c" alt="Block Design tab Effects section showing the Card Effect dropdown open with Theme default, None (disabled), Border Beam, Shine Border, and Neon Glow options" width="1440" height="900" data-path="images/v2/page-builder/animated-effects/block-effects-dropdown-open.png" />
    </Frame>
  </Step>
</Steps>

<Tip>
  This is useful when most cards on a page should have an effect but one — a form or a disclaimer, for example — should stay static and easy to read.
</Tip>

## Available effects

### Background effects

| Effect            | Description                                                      |
| ----------------- | ---------------------------------------------------------------- |
| Meteor Shower     | Diagonal streaks that shoot across the page                      |
| Particles         | Floating dots that drift slowly across the background            |
| Animated Gradient | A softly shifting gradient that blends between colours over time |

### Card effects

| Effect       | Description                                                     |
| ------------ | --------------------------------------------------------------- |
| Border Beam  | A light beam that travels continuously around the card's border |
| Shine Border | A soft shine sweep that glides along the card's border          |
| Neon Glow    | A glowing outline pulsing around the card                       |

<Frame caption="The Card effect dropdown">
  <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/page-builder/animated-effects/card-effect-dropdown-open.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=a36dbfaf05381ac13f1974e181f5b925" alt="Card effect dropdown open, listing Preset default, None (disabled), Border Beam, Shine Border, and Neon Glow" width="1440" height="900" data-path="images/v2/page-builder/animated-effects/card-effect-dropdown-open.png" />
</Frame>

### Button effects

| Effect       | Description                                                       |
| ------------ | ----------------------------------------------------------------- |
| Border Beam  | A light beam that travels continuously around the button's border |
| Shine Border | A soft shine sweep that glides along the button's border          |
| Neon Glow    | A glowing outline pulsing around the button                       |

<Frame caption="The Button effect dropdown">
  <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/page-builder/animated-effects/button-effect-dropdown-open.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=db8f1500be5847d2870f1f8f0978b02f" alt="Button effect dropdown open, listing Preset default, None (disabled), Border Beam, Shine Border, and Neon Glow" width="1440" height="900" data-path="images/v2/page-builder/animated-effects/button-effect-dropdown-open.png" />
</Frame>

<Note>
  In the global Customise panel, the dropdowns default to **Preset default** (the effect your active theme ships with) rather than **Theme default** — that label is reserved for per-block overrides, where it means "inherit the global setting." Functionally, choosing **None (disabled)** always turns effects off for its scope.
</Note>

## Canvas preview vs. published page

Effects render at full visual intensity in both the canvas builder and the published landing page — what you see while editing is what visitors see. There's no separate "preview mode" needed to check how an effect looks.

## Performance notes

Effects are lightweight and client-rendered, and they don't call any external service. They run entirely in the browser and have minimal impact on page load time.

## Related

* [Themes](/page-builder/themes) — setting theme-wide default effects from the Customise panel's Effects section.
* [Design options](/page-builder/design-options) — the per-block Effects group that overrides the global setting.
* [Blocks reference](/page-builder/blocks-reference) — the blocks that carry a Card or Button effect.
