////
///
/// Keyframes Variables Module
/// ===========================================================================
///
/// Centralized configuration for keyframe animation default variables.
///
/// @group Keyframes
/// @author Scape Agency
/// @link https://move.gl
/// @since 0.1.0 initial release
/// @access public
///
////


// ============================================================================
// Keyframe Default Variables
// ============================================================================

/// Default animation duration
$keyframe-duration-default: 1s !default;

/// Default animation timing function
$keyframe-timing-default: ease !default;

/// Default animation iteration count
$keyframe-iteration-default: 1 !default;
