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

////
/// Transitions Mixin Module
/// ===========================================================================
///
/// This module provides CSS transition mixins for smooth property changes.
/// Hover effects are available in the controls module.
///
/// @group Transitions
/// @author Scape Agency
/// @link https://move.gl
/// @since 0.1.0 initial release
/// @access public
////

@forward "transition";
