/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

/// Animation speed:

$uicore-speed-none:   0;
$uicore-speed-fast:   0.2s;
$uicore-speed:        0.4s;
$uicore-speed-slow:   0.6s;
