// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. // These variables are deprecated and will be removed in a future release. // Easings $ms-animation-ease-1: cubic-bezier(0.1,0.9,0.2,1) !default; $ms-animation-ease-2: cubic-bezier(0.1,0.25,0.75,0.9) !default; // Durations $ms-animation-duration-1: 0.167s !default; $ms-animation-duration-2: 0.267s !default; $ms-animation-duration-3: 0.367s !default; $ms-animation-duration-4: 0.467s !default;