// ============================================================================
// move.gl | Mixins Index
// ============================================================================
// Copyright 2025 Scape Agency BV
// Licensed under MIT License
// ============================================================================

////
/// Mixins Module Index
/// =========================================================================
///
/// Consolidates all mixin submodules for the move.gl animation and motion
/// library. Organized by functional category:
///
/// - animations: Animation effect mixins (bounce, fade, spin, etc.)
/// - controls: User interaction (cursor, hover, scroll, touch, keyboard)
/// - effects: Visual effects (shadow, opacity, filter, gradient)
/// - keyframes: CSS @keyframes definitions
/// - loaders: Loading indicators and spinners
/// - transforms: CSS transform utilities
/// - transitions: CSS transition utilities
///
/// @group Mixins
/// @author Scape Agency
/// @link https://move.gl
/// @since 0.1.0 initial release
/// @access public
////


// ============================================================================
// Forward Modules
// ============================================================================

@forward "animations";
@forward "controls";
@forward "effects";
@forward "loaders";
@forward "transforms";
@forward "transitions";
@forward "screensaver";
