Search
Quick Commands
run:diagnostics Run all system checks
db:connect Connect to primary DB
cache:clear Clear application cache
users:list Show all active users
Notifications

Stay on top of recent system events and updates.

  • Notification avatar
    System Update Available

    Version 2.4.1 is ready to install with new features.

    2 minutes ago

  • AB
    New User Registration

    Alex Brown from Canada has joined the platform.

    15 minutes ago

  • Notification avatar
    Backup Completed

    Daily backup has been successfully completed.

    1 hour ago

  • Notification avatar
    Security Alert

    Unusual login activity detected from new location.

    3 hours ago

  • Notification avatar
    Monthly Report Ready

    Your analytics report for September is now available.

    Yesterday

  • MJ
    Server Maintenance

    Scheduled maintenance will begin at 2:00 AM EST.

    2 days ago

animation Admin Background Animations Demo

A modular, configurable background animation system that adds dynamic visual effects to your admin dashboard. Use the control panel above to switch between different animation types.

info Note: Your animation preference is automatically saved to localStorage and will persist across sessions.
waves
Wave Lines

SVG waves with particle network using Anime.js for smooth animations

hub
Node Lines

Canvas particle network with connecting lines - clean and technical

circle
Floating Circles

Canvas-based floating and bouncing circles with smooth motion

star
Starfield

3D perspective starfield effect with depth and movement

linear_scale
HUD Lines

Horizontal wavy lines with Anime.js for a futuristic HUD effect

code Implementation Guide
How It Works
  1. Add container: Include <div id="admin-background"></div> in your layout
  2. Add select box: Include <select id="admin-background-select"> with animation options
  3. Import module: It's already imported in admin-static.js and admin.ts
  4. Done! The system auto-initializes and remembers user preference
Available Animations
Animation Technology Performance Best For
wave-lines SVG + Canvas + Anime.js Medium Modern, fluid designs with network
node-lines Canvas High Clean network visualization
circles Canvas High Clean, minimalist look
space Canvas High Dark themes, sci-fi
hud SVG + Anime.js Medium Tech/cyberpunk themes
check_circle Tip: All animations are optimized for performance and automatically pause when the browser tab is not visible.