UNPKG

1.11 kBSCSSView Raw
1// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
3// Output all keyframes used by the motion classes.
4@include ms-motion-keyframes;
5
6// Fades.
7.ms-motion-fadeIn {
8 @include ms-motion-fadeIn;
9}
10
11.ms-motion-fadeOut {
12 @include ms-motion-fadeOut;
13}
14
15// Scales.
16.ms-motion-scaleDownIn {
17 @include ms-motion-scaleDownIn;
18}
19
20.ms-motion-scaleDownOut {
21 @include ms-motion-scaleDownOut;
22}
23
24// Slides.
25.ms-motion-slideLeftOut {
26 @include ms-motion-slideLeftOut;
27}
28
29.ms-motion-slideRightOut {
30 @include ms-motion-slideRightOut;
31}
32
33.ms-motion-slideLeftIn {
34 @include ms-motion-slideLeftIn;
35}
36
37.ms-motion-slideRightIn {
38 @include ms-motion-slideRightIn;
39}
40
41.ms-motion-slideUpOut {
42 @include ms-motion-slideUpOut;
43}
44
45.ms-motion-slideDownOut {
46 @include ms-motion-slideDownOut;
47}
48
49.ms-motion-slideUpIn {
50 @include ms-motion-slideUpIn;
51}
52
53.ms-motion-slideDownIn {
54 @include ms-motion-slideDownIn;
55}
56
57// Deprecated MDL2 animation classes.
58@import "./Animation.MDL2";
\No newline at end of file