Skip to content

Falcon Slider ​

Falcon Slider is a layer-based slider builder for FalconCMS β€” a Slider-Revolution-class engine for hero sliders, banners, and animated showcases. Design every slide on a visual canvas, drop in layers (text, images, buttons, video, countdowns and more), give each layer its own timeline animation, and embed the result anywhere with a shortcode.

Pro feature

Falcon Slider is part of FalconCMS Pro. It appears in the admin sidebar once a Pro license is active. See Installing Pro.


What you can build ​

  • Full-screen hero sliders with video or Ken-Burns backgrounds
  • Promo banners with countdown timers and call-to-action buttons
  • Animated showcases where every headline, image and shape animates in on its own schedule
  • Auto-playing carousels with arrows, bullets, progress bars and thumbnail navigation

Every slider is fully responsive β€” position, size, visibility and font-size can be tuned per device (desktop / tablet / mobile).


Feature highlights ​

AreaWhat's included
SlidesUnlimited slides, per-slide backgrounds, transitions, whole-slide links
BackgroundsSolid colour, gradient, image, self-hosted video, YouTube / Vimeo, colour & gradient overlays, Ken Burns, parallax
LayersText, Image, Button, Shape, Icon, Video, Audio, Countdown, HTML/Embed
Animation15 entrance/exit presets, text reveal (typewriter / split), idle loops, per-layer delayΒ·durationΒ·easing
NavigationArrows, bullets, progress bar, thumbnails, autoplay, loop, pause-on-hover
ProductivityPre-built templates, save-as-template, duplicate, import / export, version history, full-screen live preview
PerformanceLCP image preload, layout-shift-free rendering, lazy media, subset font & icon loading

Opening the editor ​

  1. Go to Admin β†’ Falcon Slider
  2. Click New Slider, give it a name, and the full-screen editor opens
  3. On a brand-new slider the Pre-built Sliders gallery opens first β€” pick a ready-made design or close it to start blank

The editor interface ​

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ [← Back] Slides  Pre-built  +Add Layer  Save-as-prebuilt  Revisions β”‚  ← Toolbar
β”‚                  [Undo][Redo]  [W][H] [πŸ–₯ Tablet Mobile]  [Preview][Save] β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚          β”‚                                          β”‚               β”‚
β”‚  Slides  β”‚              Canvas                       β”‚   Settings    β”‚
β”‚  rail    β”‚   (live, scaled preview of the slide)     β”‚   (Layers /   β”‚
β”‚  (thumbs)β”‚                                          β”‚  Slide / Nav) β”‚
β”‚          β”‚                                          β”‚               β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
  • Toolbar β€” add layers, undo/redo, device switch, Revisions, Preview and Save
  • Slides rail (left) β€” thumbnails of every slide; drag to reorder, click to edit
  • Canvas (centre) β€” a live, scaled preview; drag and resize layers directly
  • Settings (right) β€” tabs for the selected Layer, the Slide, and the whole slider (Nav / Settings)

Embedding a slider ​

Once saved, a slider is active and can be placed on any page in two ways.

1. Shortcode ​

Use the shortcode in any content, widget, or Blade view that renders shortcodes:

[falcon_slider id="1"]

You can reference a slider by id or by slug:

[falcon_slider slug="homepage-hero"]

2. Falcon Builder element ​

In Falcon Builder, open the element picker and add the Falcon Slider element. In its settings, pick the slider from the dropdown β€” the live slider renders right on the builder canvas.

Inactive sliders render nothing

A slider only outputs on the frontend while it is active. An inactive (draft) slider's shortcode produces no markup.


Performance & Core Web Vitals ​

Falcon Slider is built to stay fast and pass Core Web Vitals out of the box:

  • LCP β€” the first slide's background image is preloaded with fetchpriority="high" so it paints immediately.
  • CLS β€” the slider reserves its exact height (via aspect-ratio or a min-height) before the runtime boots, so nothing shifts on load.
  • Lazy media β€” off-screen slides don't download their images or video until they're about to show.
  • Subset fonts & icons β€” only the Google Font weights and the exact Material Symbols glyphs a slider actually uses are requested.

Next steps ​

Released under the MIT License.