office-ui-fabric-rails 2.6.0.0 → 2.6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bower.json +2 -2
- data/lib/office-ui-fabric-rails/version.rb +1 -1
- data/vendor/assets/css/fabric.components.css +145 -164
- data/vendor/assets/css/fabric.components.min.css +2 -2
- data/vendor/assets/css/fabric.components.rtl.css +186 -171
- data/vendor/assets/css/fabric.components.rtl.min.css +2 -2
- data/vendor/assets/css/fabric.css +139 -587
- data/vendor/assets/css/fabric.min.css +2 -2
- data/vendor/assets/css/fabric.rtl.css +183 -674
- data/vendor/assets/css/fabric.rtl.min.css +2 -2
- data/vendor/assets/js/jquery.fabric.js +58 -58
- data/vendor/assets/js/jquery.fabric.min.js +1 -1
- data/vendor/assets/scss/Fabric.Components.scss +1 -0
- metadata +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
|
|
2
2
|
/**
|
|
3
|
-
* Office UI Fabric 2.6.
|
|
3
|
+
* Office UI Fabric 2.6.1
|
|
4
4
|
* The front-end framework for building experiences for Office 365.
|
|
5
5
|
**/
|
|
6
6
|
.ms-u-borderBox,
|
|
@@ -3086,12 +3086,10 @@
|
|
|
3086
3086
|
position: absolute;
|
|
3087
3087
|
top: 0;
|
|
3088
3088
|
left: 0;
|
|
3089
|
-
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
-ms-transform-origin: 50% 50%;
|
|
3094
|
-
transform-origin: 50% 50%;
|
|
3089
|
+
-ms-transform: scale(2);
|
|
3090
|
+
transform: scale(2);
|
|
3091
|
+
-ms-transform-origin: 50% 50%;
|
|
3092
|
+
transform-origin: 50% 50%;
|
|
3095
3093
|
z-index: 0;
|
|
3096
3094
|
}
|
|
3097
3095
|
|
|
@@ -3620,842 +3618,482 @@
|
|
|
3620
3618
|
}
|
|
3621
3619
|
|
|
3622
3620
|
.ms-u-slideRightIn10 {
|
|
3623
|
-
|
|
3624
|
-
animation-name: fadeIn, slideRightIn10;
|
|
3621
|
+
animation-name: fadeIn, slideRightIn10;
|
|
3625
3622
|
-webkit-animation-duration: 0.367s;
|
|
3626
3623
|
-moz-animation-duration: 0.367s;
|
|
3627
3624
|
-ms-animation-duration: 0.367s;
|
|
3628
3625
|
-o-animation-duration: 0.367s;
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
-webkit-animation-fill-mode: both;
|
|
3632
|
-
animation-fill-mode: both;
|
|
3633
|
-
}
|
|
3634
|
-
|
|
3635
|
-
@-webkit-keyframes slideRightIn10 {
|
|
3636
|
-
from {
|
|
3637
|
-
-webkit-transform: translate3d(-10px, 0px, 0px);
|
|
3638
|
-
}
|
|
3639
|
-
|
|
3640
|
-
to {
|
|
3641
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
3642
|
-
}
|
|
3626
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3627
|
+
animation-fill-mode: both;
|
|
3643
3628
|
}
|
|
3644
3629
|
|
|
3645
3630
|
@keyframes slideRightIn10 {
|
|
3646
3631
|
from {
|
|
3647
|
-
|
|
3648
|
-
transform: translate3d(-10px, 0px, 0px);
|
|
3632
|
+
transform: translate3d(-10px, 0px, 0px);
|
|
3649
3633
|
}
|
|
3650
3634
|
|
|
3651
3635
|
to {
|
|
3652
|
-
|
|
3653
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3636
|
+
transform: translate3d(0px, 0px, 0px);
|
|
3654
3637
|
}
|
|
3655
3638
|
}
|
|
3656
3639
|
|
|
3657
3640
|
.ms-u-slideRightIn20 {
|
|
3658
|
-
|
|
3659
|
-
animation-name: fadeIn, slideRightIn20;
|
|
3641
|
+
animation-name: fadeIn, slideRightIn20;
|
|
3660
3642
|
-webkit-animation-duration: 0.367s;
|
|
3661
3643
|
-moz-animation-duration: 0.367s;
|
|
3662
3644
|
-ms-animation-duration: 0.367s;
|
|
3663
3645
|
-o-animation-duration: 0.367s;
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
-webkit-animation-fill-mode: both;
|
|
3667
|
-
animation-fill-mode: both;
|
|
3668
|
-
}
|
|
3669
|
-
|
|
3670
|
-
@-webkit-keyframes slideRightIn20 {
|
|
3671
|
-
from {
|
|
3672
|
-
-webkit-transform: translate3d(-20px, 0px, 0px);
|
|
3673
|
-
}
|
|
3674
|
-
|
|
3675
|
-
to {
|
|
3676
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
3677
|
-
}
|
|
3646
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3647
|
+
animation-fill-mode: both;
|
|
3678
3648
|
}
|
|
3679
3649
|
|
|
3680
3650
|
@keyframes slideRightIn20 {
|
|
3681
3651
|
from {
|
|
3682
|
-
|
|
3683
|
-
transform: translate3d(-20px, 0px, 0px);
|
|
3652
|
+
transform: translate3d(-20px, 0px, 0px);
|
|
3684
3653
|
}
|
|
3685
3654
|
|
|
3686
3655
|
to {
|
|
3687
|
-
|
|
3688
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3656
|
+
transform: translate3d(0px, 0px, 0px);
|
|
3689
3657
|
}
|
|
3690
3658
|
}
|
|
3691
3659
|
|
|
3692
3660
|
.ms-u-slideRightIn40 {
|
|
3693
|
-
|
|
3694
|
-
animation-name: fadeIn, slideRightIn40;
|
|
3661
|
+
animation-name: fadeIn, slideRightIn40;
|
|
3695
3662
|
-webkit-animation-duration: 0.367s;
|
|
3696
3663
|
-moz-animation-duration: 0.367s;
|
|
3697
3664
|
-ms-animation-duration: 0.367s;
|
|
3698
3665
|
-o-animation-duration: 0.367s;
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
-webkit-animation-fill-mode: both;
|
|
3702
|
-
animation-fill-mode: both;
|
|
3703
|
-
}
|
|
3704
|
-
|
|
3705
|
-
@-webkit-keyframes slideRightIn40 {
|
|
3706
|
-
from {
|
|
3707
|
-
-webkit-transform: translate3d(-40px, 0px, 0px);
|
|
3708
|
-
}
|
|
3709
|
-
|
|
3710
|
-
to {
|
|
3711
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
3712
|
-
}
|
|
3666
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3667
|
+
animation-fill-mode: both;
|
|
3713
3668
|
}
|
|
3714
3669
|
|
|
3715
3670
|
@keyframes slideRightIn40 {
|
|
3716
3671
|
from {
|
|
3717
|
-
|
|
3718
|
-
transform: translate3d(-40px, 0px, 0px);
|
|
3672
|
+
transform: translate3d(-40px, 0px, 0px);
|
|
3719
3673
|
}
|
|
3720
3674
|
|
|
3721
3675
|
to {
|
|
3722
|
-
|
|
3723
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3676
|
+
transform: translate3d(0px, 0px, 0px);
|
|
3724
3677
|
}
|
|
3725
3678
|
}
|
|
3726
3679
|
|
|
3727
3680
|
.ms-u-slideLeftIn10 {
|
|
3728
|
-
|
|
3729
|
-
animation-name: fadeIn, slideLeftIn10;
|
|
3681
|
+
animation-name: fadeIn, slideLeftIn10;
|
|
3730
3682
|
-webkit-animation-duration: 0.367s;
|
|
3731
3683
|
-moz-animation-duration: 0.367s;
|
|
3732
3684
|
-ms-animation-duration: 0.367s;
|
|
3733
3685
|
-o-animation-duration: 0.367s;
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
-webkit-animation-fill-mode: both;
|
|
3737
|
-
animation-fill-mode: both;
|
|
3738
|
-
}
|
|
3739
|
-
|
|
3740
|
-
@-webkit-keyframes slideLeftIn10 {
|
|
3741
|
-
from {
|
|
3742
|
-
-webkit-transform: translate3d(10px, 0px, 0px);
|
|
3743
|
-
}
|
|
3744
|
-
|
|
3745
|
-
to {
|
|
3746
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
3747
|
-
}
|
|
3686
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3687
|
+
animation-fill-mode: both;
|
|
3748
3688
|
}
|
|
3749
3689
|
|
|
3750
3690
|
@keyframes slideLeftIn10 {
|
|
3751
3691
|
from {
|
|
3752
|
-
|
|
3753
|
-
transform: translate3d(10px, 0px, 0px);
|
|
3692
|
+
transform: translate3d(10px, 0px, 0px);
|
|
3754
3693
|
}
|
|
3755
3694
|
|
|
3756
3695
|
to {
|
|
3757
|
-
|
|
3758
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3696
|
+
transform: translate3d(0px, 0px, 0px);
|
|
3759
3697
|
}
|
|
3760
3698
|
}
|
|
3761
3699
|
|
|
3762
3700
|
.ms-u-slideLeftIn20 {
|
|
3763
|
-
|
|
3764
|
-
animation-name: fadeIn, slideLeftIn20;
|
|
3701
|
+
animation-name: fadeIn, slideLeftIn20;
|
|
3765
3702
|
-webkit-animation-duration: 0.367s;
|
|
3766
3703
|
-moz-animation-duration: 0.367s;
|
|
3767
3704
|
-ms-animation-duration: 0.367s;
|
|
3768
3705
|
-o-animation-duration: 0.367s;
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
-webkit-animation-fill-mode: both;
|
|
3772
|
-
animation-fill-mode: both;
|
|
3773
|
-
}
|
|
3774
|
-
|
|
3775
|
-
@-webkit-keyframes slideLeftIn20 {
|
|
3776
|
-
from {
|
|
3777
|
-
-webkit-transform: translate3d(20px, 0px, 0px);
|
|
3778
|
-
}
|
|
3779
|
-
|
|
3780
|
-
to {
|
|
3781
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
3782
|
-
}
|
|
3706
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3707
|
+
animation-fill-mode: both;
|
|
3783
3708
|
}
|
|
3784
3709
|
|
|
3785
3710
|
@keyframes slideLeftIn20 {
|
|
3786
3711
|
from {
|
|
3787
|
-
|
|
3788
|
-
transform: translate3d(20px, 0px, 0px);
|
|
3712
|
+
transform: translate3d(20px, 0px, 0px);
|
|
3789
3713
|
}
|
|
3790
3714
|
|
|
3791
3715
|
to {
|
|
3792
|
-
|
|
3793
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3716
|
+
transform: translate3d(0px, 0px, 0px);
|
|
3794
3717
|
}
|
|
3795
3718
|
}
|
|
3796
3719
|
|
|
3797
3720
|
.ms-u-slideLeftIn40 {
|
|
3798
|
-
|
|
3799
|
-
animation-name: fadeIn, slideLeftIn40;
|
|
3721
|
+
animation-name: fadeIn, slideLeftIn40;
|
|
3800
3722
|
-webkit-animation-duration: 0.367s;
|
|
3801
3723
|
-moz-animation-duration: 0.367s;
|
|
3802
3724
|
-ms-animation-duration: 0.367s;
|
|
3803
3725
|
-o-animation-duration: 0.367s;
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
-webkit-animation-fill-mode: both;
|
|
3807
|
-
animation-fill-mode: both;
|
|
3808
|
-
}
|
|
3809
|
-
|
|
3810
|
-
@-webkit-keyframes slideLeftIn40 {
|
|
3811
|
-
from {
|
|
3812
|
-
-webkit-transform: translate3d(40px, 0px, 0px);
|
|
3813
|
-
}
|
|
3814
|
-
|
|
3815
|
-
to {
|
|
3816
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
3817
|
-
}
|
|
3726
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3727
|
+
animation-fill-mode: both;
|
|
3818
3728
|
}
|
|
3819
3729
|
|
|
3820
3730
|
@keyframes slideLeftIn40 {
|
|
3821
3731
|
from {
|
|
3822
|
-
|
|
3823
|
-
transform: translate3d(40px, 0px, 0px);
|
|
3732
|
+
transform: translate3d(40px, 0px, 0px);
|
|
3824
3733
|
}
|
|
3825
3734
|
|
|
3826
3735
|
to {
|
|
3827
|
-
|
|
3828
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3736
|
+
transform: translate3d(0px, 0px, 0px);
|
|
3829
3737
|
}
|
|
3830
3738
|
}
|
|
3831
3739
|
|
|
3832
3740
|
.ms-u-slideRightIn400 {
|
|
3833
|
-
|
|
3834
|
-
animation-name: fadeIn, slideRightIn400;
|
|
3741
|
+
animation-name: fadeIn, slideRightIn400;
|
|
3835
3742
|
-webkit-animation-duration: 0.367s;
|
|
3836
3743
|
-moz-animation-duration: 0.367s;
|
|
3837
3744
|
-ms-animation-duration: 0.367s;
|
|
3838
3745
|
-o-animation-duration: 0.367s;
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
-webkit-animation-fill-mode: both;
|
|
3842
|
-
animation-fill-mode: both;
|
|
3843
|
-
}
|
|
3844
|
-
|
|
3845
|
-
@-webkit-keyframes slideRightIn400 {
|
|
3846
|
-
from {
|
|
3847
|
-
-webkit-transform: translate3d(-400px, 0px, 0px);
|
|
3848
|
-
}
|
|
3849
|
-
|
|
3850
|
-
to {
|
|
3851
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
3852
|
-
}
|
|
3746
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3747
|
+
animation-fill-mode: both;
|
|
3853
3748
|
}
|
|
3854
3749
|
|
|
3855
3750
|
@keyframes slideRightIn400 {
|
|
3856
3751
|
from {
|
|
3857
|
-
|
|
3858
|
-
transform: translate3d(-400px, 0px, 0px);
|
|
3752
|
+
transform: translate3d(-400px, 0px, 0px);
|
|
3859
3753
|
}
|
|
3860
3754
|
|
|
3861
3755
|
to {
|
|
3862
|
-
|
|
3863
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3756
|
+
transform: translate3d(0px, 0px, 0px);
|
|
3864
3757
|
}
|
|
3865
3758
|
}
|
|
3866
3759
|
|
|
3867
3760
|
.ms-u-slideLeftIn400 {
|
|
3868
|
-
|
|
3869
|
-
animation-name: fadeIn, slideLeft400;
|
|
3761
|
+
animation-name: fadeIn, slideLeft400;
|
|
3870
3762
|
-webkit-animation-duration: 0.367s;
|
|
3871
3763
|
-moz-animation-duration: 0.367s;
|
|
3872
3764
|
-ms-animation-duration: 0.367s;
|
|
3873
3765
|
-o-animation-duration: 0.367s;
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
-webkit-animation-fill-mode: both;
|
|
3877
|
-
animation-fill-mode: both;
|
|
3878
|
-
}
|
|
3879
|
-
|
|
3880
|
-
@-webkit-keyframes slideLeft400 {
|
|
3881
|
-
from {
|
|
3882
|
-
-webkit-transform: translate3d(400px, 0px, 0px);
|
|
3883
|
-
}
|
|
3884
|
-
|
|
3885
|
-
to {
|
|
3886
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
3887
|
-
}
|
|
3766
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3767
|
+
animation-fill-mode: both;
|
|
3888
3768
|
}
|
|
3889
3769
|
|
|
3890
3770
|
@keyframes slideLeft400 {
|
|
3891
3771
|
from {
|
|
3892
|
-
|
|
3893
|
-
transform: translate3d(400px, 0px, 0px);
|
|
3772
|
+
transform: translate3d(400px, 0px, 0px);
|
|
3894
3773
|
}
|
|
3895
3774
|
|
|
3896
3775
|
to {
|
|
3897
|
-
|
|
3898
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3776
|
+
transform: translate3d(0px, 0px, 0px);
|
|
3899
3777
|
}
|
|
3900
3778
|
}
|
|
3901
3779
|
|
|
3902
3780
|
.ms-u-slideUpIn20 {
|
|
3903
|
-
|
|
3904
|
-
animation-name: fadeIn, slideUpIn20;
|
|
3781
|
+
animation-name: fadeIn, slideUpIn20;
|
|
3905
3782
|
-webkit-animation-duration: 0.367s;
|
|
3906
3783
|
-moz-animation-duration: 0.367s;
|
|
3907
3784
|
-ms-animation-duration: 0.367s;
|
|
3908
3785
|
-o-animation-duration: 0.367s;
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
-webkit-animation-fill-mode: both;
|
|
3912
|
-
animation-fill-mode: both;
|
|
3913
|
-
}
|
|
3914
|
-
|
|
3915
|
-
@-webkit-keyframes slideUpIn20 {
|
|
3916
|
-
from {
|
|
3917
|
-
-webkit-transform: translate3d(0px, 20px, 0px);
|
|
3918
|
-
}
|
|
3919
|
-
|
|
3920
|
-
to {
|
|
3921
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
3922
|
-
}
|
|
3786
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3787
|
+
animation-fill-mode: both;
|
|
3923
3788
|
}
|
|
3924
3789
|
|
|
3925
3790
|
@keyframes slideUpIn20 {
|
|
3926
3791
|
from {
|
|
3927
|
-
|
|
3928
|
-
transform: translate3d(0px, 20px, 0px);
|
|
3792
|
+
transform: translate3d(0px, 20px, 0px);
|
|
3929
3793
|
}
|
|
3930
3794
|
|
|
3931
3795
|
to {
|
|
3932
|
-
|
|
3933
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3796
|
+
transform: translate3d(0px, 0px, 0px);
|
|
3934
3797
|
}
|
|
3935
3798
|
}
|
|
3936
3799
|
|
|
3937
3800
|
.ms-u-slideUpIn10 {
|
|
3938
|
-
|
|
3939
|
-
animation-name: fadeIn, slideUpIn10;
|
|
3801
|
+
animation-name: fadeIn, slideUpIn10;
|
|
3940
3802
|
-webkit-animation-duration: 0.167s;
|
|
3941
3803
|
-moz-animation-duration: 0.167s;
|
|
3942
3804
|
-ms-animation-duration: 0.167s;
|
|
3943
3805
|
-o-animation-duration: 0.167s;
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
-webkit-animation-fill-mode: both;
|
|
3947
|
-
animation-fill-mode: both;
|
|
3948
|
-
}
|
|
3949
|
-
|
|
3950
|
-
@-webkit-keyframes slideUpIn10 {
|
|
3951
|
-
from {
|
|
3952
|
-
-webkit-transform: translate3d(0px, 10px, 0px);
|
|
3953
|
-
}
|
|
3954
|
-
|
|
3955
|
-
to {
|
|
3956
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
3957
|
-
}
|
|
3806
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3807
|
+
animation-fill-mode: both;
|
|
3958
3808
|
}
|
|
3959
3809
|
|
|
3960
3810
|
@keyframes slideUpIn10 {
|
|
3961
3811
|
from {
|
|
3962
|
-
|
|
3963
|
-
transform: translate3d(0px, 10px, 0px);
|
|
3812
|
+
transform: translate3d(0px, 10px, 0px);
|
|
3964
3813
|
}
|
|
3965
3814
|
|
|
3966
3815
|
to {
|
|
3967
|
-
|
|
3968
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3816
|
+
transform: translate3d(0px, 0px, 0px);
|
|
3969
3817
|
}
|
|
3970
3818
|
}
|
|
3971
3819
|
|
|
3972
3820
|
.ms-u-slideDownIn20 {
|
|
3973
|
-
|
|
3974
|
-
animation-name: fadeIn, slideDownIn20;
|
|
3821
|
+
animation-name: fadeIn, slideDownIn20;
|
|
3975
3822
|
-webkit-animation-duration: 0.367s;
|
|
3976
3823
|
-moz-animation-duration: 0.367s;
|
|
3977
3824
|
-ms-animation-duration: 0.367s;
|
|
3978
3825
|
-o-animation-duration: 0.367s;
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
-webkit-animation-fill-mode: both;
|
|
3982
|
-
animation-fill-mode: both;
|
|
3983
|
-
}
|
|
3984
|
-
|
|
3985
|
-
@-webkit-keyframes slideDownIn20 {
|
|
3986
|
-
from {
|
|
3987
|
-
-webkit-transform: translate3d(0px, -20px, 0px);
|
|
3988
|
-
}
|
|
3989
|
-
|
|
3990
|
-
to {
|
|
3991
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
3992
|
-
}
|
|
3826
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3827
|
+
animation-fill-mode: both;
|
|
3993
3828
|
}
|
|
3994
3829
|
|
|
3995
3830
|
@keyframes slideDownIn20 {
|
|
3996
3831
|
from {
|
|
3997
|
-
|
|
3998
|
-
transform: translate3d(0px, -20px, 0px);
|
|
3832
|
+
transform: translate3d(0px, -20px, 0px);
|
|
3999
3833
|
}
|
|
4000
3834
|
|
|
4001
3835
|
to {
|
|
4002
|
-
|
|
4003
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3836
|
+
transform: translate3d(0px, 0px, 0px);
|
|
4004
3837
|
}
|
|
4005
3838
|
}
|
|
4006
3839
|
|
|
4007
3840
|
.ms-u-slideDownIn10 {
|
|
4008
|
-
|
|
4009
|
-
animation-name: fadeIn, slideDownIn10;
|
|
3841
|
+
animation-name: fadeIn, slideDownIn10;
|
|
4010
3842
|
-webkit-animation-duration: 0.167s;
|
|
4011
3843
|
-moz-animation-duration: 0.167s;
|
|
4012
3844
|
-ms-animation-duration: 0.167s;
|
|
4013
3845
|
-o-animation-duration: 0.167s;
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
-webkit-animation-fill-mode: both;
|
|
4017
|
-
animation-fill-mode: both;
|
|
4018
|
-
}
|
|
4019
|
-
|
|
4020
|
-
@-webkit-keyframes slideDownIn10 {
|
|
4021
|
-
from {
|
|
4022
|
-
-webkit-transform: translate3d(0px, -10px, 0px);
|
|
4023
|
-
}
|
|
4024
|
-
|
|
4025
|
-
to {
|
|
4026
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
4027
|
-
}
|
|
3846
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3847
|
+
animation-fill-mode: both;
|
|
4028
3848
|
}
|
|
4029
3849
|
|
|
4030
3850
|
@keyframes slideDownIn10 {
|
|
4031
3851
|
from {
|
|
4032
|
-
|
|
4033
|
-
transform: translate3d(0px, -10px, 0px);
|
|
3852
|
+
transform: translate3d(0px, -10px, 0px);
|
|
4034
3853
|
}
|
|
4035
3854
|
|
|
4036
3855
|
to {
|
|
4037
|
-
|
|
4038
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3856
|
+
transform: translate3d(0px, 0px, 0px);
|
|
4039
3857
|
}
|
|
4040
3858
|
}
|
|
4041
3859
|
|
|
4042
3860
|
.ms-u-slideRightOut40 {
|
|
4043
|
-
|
|
4044
|
-
animation-name: fadeOut, slideRightOut40;
|
|
3861
|
+
animation-name: fadeOut, slideRightOut40;
|
|
4045
3862
|
-webkit-animation-duration: 0.167s;
|
|
4046
3863
|
-moz-animation-duration: 0.167s;
|
|
4047
3864
|
-ms-animation-duration: 0.167s;
|
|
4048
3865
|
-o-animation-duration: 0.167s;
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
-webkit-animation-fill-mode: both;
|
|
4052
|
-
animation-fill-mode: both;
|
|
4053
|
-
}
|
|
4054
|
-
|
|
4055
|
-
@-webkit-keyframes slideRightOut40 {
|
|
4056
|
-
from {
|
|
4057
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
4058
|
-
}
|
|
4059
|
-
|
|
4060
|
-
to {
|
|
4061
|
-
-webkit-transform: translate3d(40px, 0px, 0px);
|
|
4062
|
-
}
|
|
3866
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3867
|
+
animation-fill-mode: both;
|
|
4063
3868
|
}
|
|
4064
3869
|
|
|
4065
3870
|
@keyframes slideRightOut40 {
|
|
4066
3871
|
from {
|
|
4067
|
-
|
|
4068
|
-
transform: translate3d(0px, 0px, 0px);
|
|
3872
|
+
transform: translate3d(0px, 0px, 0px);
|
|
4069
3873
|
}
|
|
4070
3874
|
|
|
4071
3875
|
to {
|
|
4072
|
-
|
|
4073
|
-
transform: translate3d(40px, 0px, 0px);
|
|
3876
|
+
transform: translate3d(40px, 0px, 0px);
|
|
4074
3877
|
}
|
|
4075
3878
|
}
|
|
4076
3879
|
|
|
4077
3880
|
.ms-u-slideLeftOut40 {
|
|
4078
|
-
|
|
4079
|
-
animation-name: fadeOut, slideLeftOut40;
|
|
3881
|
+
animation-name: fadeOut, slideLeftOut40;
|
|
4080
3882
|
-webkit-animation-duration: 0.167s;
|
|
4081
3883
|
-moz-animation-duration: 0.167s;
|
|
4082
3884
|
-ms-animation-duration: 0.167s;
|
|
4083
3885
|
-o-animation-duration: 0.167s;
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
-webkit-animation-fill-mode: both;
|
|
4087
|
-
animation-fill-mode: both;
|
|
4088
|
-
}
|
|
4089
|
-
|
|
4090
|
-
@-webkit-keyframes slideLeftOut40 {
|
|
4091
|
-
from {
|
|
4092
|
-
-webkit-transform: translate3d(0, 0px, 0px);
|
|
4093
|
-
}
|
|
4094
|
-
|
|
4095
|
-
to {
|
|
4096
|
-
-webkit-transform: translate3d(-40px, 0px, 0px);
|
|
4097
|
-
}
|
|
3886
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3887
|
+
animation-fill-mode: both;
|
|
4098
3888
|
}
|
|
4099
3889
|
|
|
4100
3890
|
@keyframes slideLeftOut40 {
|
|
4101
3891
|
from {
|
|
4102
|
-
|
|
4103
|
-
transform: translate3d(0, 0px, 0px);
|
|
3892
|
+
transform: translate3d(0, 0px, 0px);
|
|
4104
3893
|
}
|
|
4105
3894
|
|
|
4106
3895
|
to {
|
|
4107
|
-
|
|
4108
|
-
transform: translate3d(-40px, 0px, 0px);
|
|
3896
|
+
transform: translate3d(-40px, 0px, 0px);
|
|
4109
3897
|
}
|
|
4110
3898
|
}
|
|
4111
3899
|
|
|
4112
3900
|
.ms-u-slideRightOut400 {
|
|
4113
|
-
|
|
4114
|
-
animation-name: fadeOut, slideRightOut400;
|
|
3901
|
+
animation-name: fadeOut, slideRightOut400;
|
|
4115
3902
|
-webkit-animation-duration: 0.167s;
|
|
4116
3903
|
-moz-animation-duration: 0.167s;
|
|
4117
3904
|
-ms-animation-duration: 0.167s;
|
|
4118
3905
|
-o-animation-duration: 0.167s;
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
-webkit-animation-fill-mode: both;
|
|
4122
|
-
animation-fill-mode: both;
|
|
4123
|
-
}
|
|
4124
|
-
|
|
4125
|
-
@-webkit-keyframes slideRightOut400 {
|
|
4126
|
-
from {
|
|
4127
|
-
-webkit-transform: translate3d(0, 0px, 0px);
|
|
4128
|
-
}
|
|
4129
|
-
|
|
4130
|
-
to {
|
|
4131
|
-
-webkit-transform: translate3d(400px, 0px, 0px);
|
|
4132
|
-
}
|
|
3906
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3907
|
+
animation-fill-mode: both;
|
|
4133
3908
|
}
|
|
4134
3909
|
|
|
4135
3910
|
@keyframes slideRightOut400 {
|
|
4136
3911
|
from {
|
|
4137
|
-
|
|
4138
|
-
transform: translate3d(0, 0px, 0px);
|
|
3912
|
+
transform: translate3d(0, 0px, 0px);
|
|
4139
3913
|
}
|
|
4140
3914
|
|
|
4141
3915
|
to {
|
|
4142
|
-
|
|
4143
|
-
transform: translate3d(400px, 0px, 0px);
|
|
3916
|
+
transform: translate3d(400px, 0px, 0px);
|
|
4144
3917
|
}
|
|
4145
3918
|
}
|
|
4146
3919
|
|
|
4147
3920
|
.ms-u-slideLeftOut400 {
|
|
4148
|
-
|
|
4149
|
-
animation-name: fadeOut, slideLeftOut400;
|
|
3921
|
+
animation-name: fadeOut, slideLeftOut400;
|
|
4150
3922
|
-webkit-animation-duration: 0.167s;
|
|
4151
3923
|
-moz-animation-duration: 0.167s;
|
|
4152
3924
|
-ms-animation-duration: 0.167s;
|
|
4153
3925
|
-o-animation-duration: 0.167s;
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
-webkit-animation-fill-mode: both;
|
|
4157
|
-
animation-fill-mode: both;
|
|
4158
|
-
}
|
|
4159
|
-
|
|
4160
|
-
@-webkit-keyframes slideLeftOut400 {
|
|
4161
|
-
from {
|
|
4162
|
-
-webkit-transform: translate3d(0, 0px, 0px);
|
|
4163
|
-
}
|
|
4164
|
-
|
|
4165
|
-
to {
|
|
4166
|
-
-webkit-transform: translate3d(-400px, 0px, 0px);
|
|
4167
|
-
}
|
|
3926
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3927
|
+
animation-fill-mode: both;
|
|
4168
3928
|
}
|
|
4169
3929
|
|
|
4170
3930
|
@keyframes slideLeftOut400 {
|
|
4171
3931
|
from {
|
|
4172
|
-
|
|
4173
|
-
transform: translate3d(0, 0px, 0px);
|
|
3932
|
+
transform: translate3d(0, 0px, 0px);
|
|
4174
3933
|
}
|
|
4175
3934
|
|
|
4176
3935
|
to {
|
|
4177
|
-
|
|
4178
|
-
transform: translate3d(-400px, 0px, 0px);
|
|
3936
|
+
transform: translate3d(-400px, 0px, 0px);
|
|
4179
3937
|
}
|
|
4180
3938
|
}
|
|
4181
3939
|
|
|
4182
3940
|
.ms-u-slideUpOut20 {
|
|
4183
|
-
|
|
4184
|
-
animation-name: fadeOut, slideUpOut20;
|
|
3941
|
+
animation-name: fadeOut, slideUpOut20;
|
|
4185
3942
|
-webkit-animation-duration: 0.167s;
|
|
4186
3943
|
-moz-animation-duration: 0.167s;
|
|
4187
3944
|
-ms-animation-duration: 0.167s;
|
|
4188
3945
|
-o-animation-duration: 0.167s;
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
-webkit-animation-fill-mode: both;
|
|
4192
|
-
animation-fill-mode: both;
|
|
4193
|
-
}
|
|
4194
|
-
|
|
4195
|
-
@-webkit-keyframes slideUpOut20 {
|
|
4196
|
-
from {
|
|
4197
|
-
-webkit-transform: translate3d(0px, 0, 0px);
|
|
4198
|
-
}
|
|
4199
|
-
|
|
4200
|
-
to {
|
|
4201
|
-
-webkit-transform: translate3d(0px, -20px, 0px);
|
|
4202
|
-
}
|
|
3946
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3947
|
+
animation-fill-mode: both;
|
|
4203
3948
|
}
|
|
4204
3949
|
|
|
4205
3950
|
@keyframes slideUpOut20 {
|
|
4206
3951
|
from {
|
|
4207
|
-
|
|
4208
|
-
transform: translate3d(0px, 0, 0px);
|
|
3952
|
+
transform: translate3d(0px, 0, 0px);
|
|
4209
3953
|
}
|
|
4210
3954
|
|
|
4211
3955
|
to {
|
|
4212
|
-
|
|
4213
|
-
transform: translate3d(0px, -20px, 0px);
|
|
3956
|
+
transform: translate3d(0px, -20px, 0px);
|
|
4214
3957
|
}
|
|
4215
3958
|
}
|
|
4216
3959
|
|
|
4217
3960
|
.ms-u-slideUpOut10 {
|
|
4218
|
-
|
|
4219
|
-
animation-name: fadeOut, slideUpOut10;
|
|
3961
|
+
animation-name: fadeOut, slideUpOut10;
|
|
4220
3962
|
-webkit-animation-duration: 0.167s;
|
|
4221
3963
|
-moz-animation-duration: 0.167s;
|
|
4222
3964
|
-ms-animation-duration: 0.167s;
|
|
4223
3965
|
-o-animation-duration: 0.167s;
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
-webkit-animation-fill-mode: both;
|
|
4227
|
-
animation-fill-mode: both;
|
|
4228
|
-
}
|
|
4229
|
-
|
|
4230
|
-
@-webkit-keyframes slideUpOut10 {
|
|
4231
|
-
from {
|
|
4232
|
-
-webkit-transform: translate3d(0px, 0, 0px);
|
|
4233
|
-
}
|
|
4234
|
-
|
|
4235
|
-
to {
|
|
4236
|
-
-webkit-transform: translate3d(0px, -10px, 0px);
|
|
4237
|
-
}
|
|
3966
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3967
|
+
animation-fill-mode: both;
|
|
4238
3968
|
}
|
|
4239
3969
|
|
|
4240
3970
|
@keyframes slideUpOut10 {
|
|
4241
3971
|
from {
|
|
4242
|
-
|
|
4243
|
-
transform: translate3d(0px, 0, 0px);
|
|
3972
|
+
transform: translate3d(0px, 0, 0px);
|
|
4244
3973
|
}
|
|
4245
3974
|
|
|
4246
3975
|
to {
|
|
4247
|
-
|
|
4248
|
-
transform: translate3d(0px, -10px, 0px);
|
|
3976
|
+
transform: translate3d(0px, -10px, 0px);
|
|
4249
3977
|
}
|
|
4250
3978
|
}
|
|
4251
3979
|
|
|
4252
3980
|
.ms-u-slideDownOut20 {
|
|
4253
|
-
|
|
4254
|
-
animation-name: fadeOut, slideDownOut20;
|
|
3981
|
+
animation-name: fadeOut, slideDownOut20;
|
|
4255
3982
|
-webkit-animation-duration: 0.167s;
|
|
4256
3983
|
-moz-animation-duration: 0.167s;
|
|
4257
3984
|
-ms-animation-duration: 0.167s;
|
|
4258
3985
|
-o-animation-duration: 0.167s;
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
-webkit-animation-fill-mode: both;
|
|
4262
|
-
animation-fill-mode: both;
|
|
4263
|
-
}
|
|
4264
|
-
|
|
4265
|
-
@-webkit-keyframes slideDownOut20 {
|
|
4266
|
-
from {
|
|
4267
|
-
-webkit-transform: translate3d(0px, 0, 0px);
|
|
4268
|
-
}
|
|
4269
|
-
|
|
4270
|
-
to {
|
|
4271
|
-
-webkit-transform: translate3d(0px, 20px, 0px);
|
|
4272
|
-
}
|
|
3986
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3987
|
+
animation-fill-mode: both;
|
|
4273
3988
|
}
|
|
4274
3989
|
|
|
4275
3990
|
@keyframes slideDownOut20 {
|
|
4276
3991
|
from {
|
|
4277
|
-
|
|
4278
|
-
transform: translate3d(0px, 0, 0px);
|
|
3992
|
+
transform: translate3d(0px, 0, 0px);
|
|
4279
3993
|
}
|
|
4280
3994
|
|
|
4281
3995
|
to {
|
|
4282
|
-
|
|
4283
|
-
transform: translate3d(0px, 20px, 0px);
|
|
3996
|
+
transform: translate3d(0px, 20px, 0px);
|
|
4284
3997
|
}
|
|
4285
3998
|
}
|
|
4286
3999
|
|
|
4287
4000
|
.ms-u-slideDownOut10 {
|
|
4288
|
-
|
|
4289
|
-
animation-name: fadeOut, slideDownOut10;
|
|
4001
|
+
animation-name: fadeOut, slideDownOut10;
|
|
4290
4002
|
-webkit-animation-duration: 0.167s;
|
|
4291
4003
|
-moz-animation-duration: 0.167s;
|
|
4292
4004
|
-ms-animation-duration: 0.167s;
|
|
4293
4005
|
-o-animation-duration: 0.167s;
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
-webkit-animation-fill-mode: both;
|
|
4297
|
-
animation-fill-mode: both;
|
|
4298
|
-
}
|
|
4299
|
-
|
|
4300
|
-
@-webkit-keyframes slideDownOut10 {
|
|
4301
|
-
from {
|
|
4302
|
-
-webkit-transform: translate3d(0px, 0, 0px);
|
|
4303
|
-
}
|
|
4304
|
-
|
|
4305
|
-
to {
|
|
4306
|
-
-webkit-transform: translate3d(0px, 10px, 0px);
|
|
4307
|
-
}
|
|
4006
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
4007
|
+
animation-fill-mode: both;
|
|
4308
4008
|
}
|
|
4309
4009
|
|
|
4310
4010
|
@keyframes slideDownOut10 {
|
|
4311
4011
|
from {
|
|
4312
|
-
|
|
4313
|
-
transform: translate3d(0px, 0, 0px);
|
|
4012
|
+
transform: translate3d(0px, 0, 0px);
|
|
4314
4013
|
}
|
|
4315
4014
|
|
|
4316
4015
|
to {
|
|
4317
|
-
|
|
4318
|
-
transform: translate3d(0px, 10px, 0px);
|
|
4016
|
+
transform: translate3d(0px, 10px, 0px);
|
|
4319
4017
|
}
|
|
4320
4018
|
}
|
|
4321
4019
|
|
|
4322
4020
|
.ms-u-scaleUpIn100 {
|
|
4323
|
-
|
|
4324
|
-
animation-name: fadeIn, scaleUp100;
|
|
4021
|
+
animation-name: fadeIn, scaleUp100;
|
|
4325
4022
|
-webkit-animation-duration: 0.367s;
|
|
4326
4023
|
-moz-animation-duration: 0.367s;
|
|
4327
4024
|
-ms-animation-duration: 0.367s;
|
|
4328
4025
|
-o-animation-duration: 0.367s;
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
-webkit-animation-fill-mode: both;
|
|
4332
|
-
animation-fill-mode: both;
|
|
4333
|
-
}
|
|
4334
|
-
|
|
4335
|
-
@-webkit-keyframes scaleUp100 {
|
|
4336
|
-
from {
|
|
4337
|
-
-webkit-transform: scale3d(0.98, 0.98, 1);
|
|
4338
|
-
}
|
|
4339
|
-
|
|
4340
|
-
to {
|
|
4341
|
-
-webkit-transform: scale3d(1, 1, 1);
|
|
4342
|
-
}
|
|
4026
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
4027
|
+
animation-fill-mode: both;
|
|
4343
4028
|
}
|
|
4344
4029
|
|
|
4345
4030
|
@keyframes scaleUp100 {
|
|
4346
4031
|
from {
|
|
4347
|
-
|
|
4348
|
-
transform: scale3d(0.98, 0.98, 1);
|
|
4032
|
+
transform: scale3d(0.98, 0.98, 1);
|
|
4349
4033
|
}
|
|
4350
4034
|
|
|
4351
4035
|
to {
|
|
4352
|
-
|
|
4353
|
-
transform: scale3d(1, 1, 1);
|
|
4036
|
+
transform: scale3d(1, 1, 1);
|
|
4354
4037
|
}
|
|
4355
4038
|
}
|
|
4356
4039
|
|
|
4357
4040
|
.ms-u-scaleDownIn100 {
|
|
4358
|
-
|
|
4359
|
-
animation-name: fadeIn, scaleDown100;
|
|
4041
|
+
animation-name: fadeIn, scaleDown100;
|
|
4360
4042
|
-webkit-animation-duration: 0.367s;
|
|
4361
4043
|
-moz-animation-duration: 0.367s;
|
|
4362
4044
|
-ms-animation-duration: 0.367s;
|
|
4363
4045
|
-o-animation-duration: 0.367s;
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
-webkit-animation-fill-mode: both;
|
|
4367
|
-
animation-fill-mode: both;
|
|
4368
|
-
}
|
|
4369
|
-
|
|
4370
|
-
@-webkit-keyframes scaleDown100 {
|
|
4371
|
-
from {
|
|
4372
|
-
-webkit-transform: scale3d(1.03, 1.03, 1);
|
|
4373
|
-
}
|
|
4374
|
-
|
|
4375
|
-
to {
|
|
4376
|
-
-webkit-transform: scale3d(1, 1, 1);
|
|
4377
|
-
}
|
|
4046
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
4047
|
+
animation-fill-mode: both;
|
|
4378
4048
|
}
|
|
4379
4049
|
|
|
4380
4050
|
@keyframes scaleDown100 {
|
|
4381
4051
|
from {
|
|
4382
|
-
|
|
4383
|
-
transform: scale3d(1.03, 1.03, 1);
|
|
4052
|
+
transform: scale3d(1.03, 1.03, 1);
|
|
4384
4053
|
}
|
|
4385
4054
|
|
|
4386
4055
|
to {
|
|
4387
|
-
|
|
4388
|
-
transform: scale3d(1, 1, 1);
|
|
4056
|
+
transform: scale3d(1, 1, 1);
|
|
4389
4057
|
}
|
|
4390
4058
|
}
|
|
4391
4059
|
|
|
4392
4060
|
.ms-u-scaleUpOut103 {
|
|
4393
|
-
|
|
4394
|
-
animation-name: fadeOut, scaleUp103;
|
|
4061
|
+
animation-name: fadeOut, scaleUp103;
|
|
4395
4062
|
-webkit-animation-duration: 0.167s;
|
|
4396
4063
|
-moz-animation-duration: 0.167s;
|
|
4397
4064
|
-ms-animation-duration: 0.167s;
|
|
4398
4065
|
-o-animation-duration: 0.167s;
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
-webkit-animation-fill-mode: both;
|
|
4402
|
-
animation-fill-mode: both;
|
|
4403
|
-
}
|
|
4404
|
-
|
|
4405
|
-
@-webkit-keyframes scaleUp103 {
|
|
4406
|
-
from {
|
|
4407
|
-
-webkit-transform: scale3d(1, 1, 1);
|
|
4408
|
-
}
|
|
4409
|
-
|
|
4410
|
-
to {
|
|
4411
|
-
-webkit-transform: scale3d(1.03, 1.03, 1);
|
|
4412
|
-
}
|
|
4066
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
4067
|
+
animation-fill-mode: both;
|
|
4413
4068
|
}
|
|
4414
4069
|
|
|
4415
4070
|
@keyframes scaleUp103 {
|
|
4416
4071
|
from {
|
|
4417
|
-
|
|
4418
|
-
transform: scale3d(1, 1, 1);
|
|
4072
|
+
transform: scale3d(1, 1, 1);
|
|
4419
4073
|
}
|
|
4420
4074
|
|
|
4421
4075
|
to {
|
|
4422
|
-
|
|
4423
|
-
transform: scale3d(1.03, 1.03, 1);
|
|
4076
|
+
transform: scale3d(1.03, 1.03, 1);
|
|
4424
4077
|
}
|
|
4425
4078
|
}
|
|
4426
4079
|
|
|
4427
4080
|
.ms-u-scaleDownOut98 {
|
|
4428
|
-
|
|
4429
|
-
animation-name: fadeOut, scaleDown98;
|
|
4081
|
+
animation-name: fadeOut, scaleDown98;
|
|
4430
4082
|
-webkit-animation-duration: 0.167s;
|
|
4431
4083
|
-moz-animation-duration: 0.167s;
|
|
4432
4084
|
-ms-animation-duration: 0.167s;
|
|
4433
4085
|
-o-animation-duration: 0.167s;
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
-webkit-animation-fill-mode: both;
|
|
4437
|
-
animation-fill-mode: both;
|
|
4438
|
-
}
|
|
4439
|
-
|
|
4440
|
-
@-webkit-keyframes scaleDown98 {
|
|
4441
|
-
from {
|
|
4442
|
-
-webkit-transform: scale3d(1, 1, 1);
|
|
4443
|
-
}
|
|
4444
|
-
|
|
4445
|
-
to {
|
|
4446
|
-
-webkit-transform: scale3d(0.98, 0.98, 1);
|
|
4447
|
-
}
|
|
4086
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
4087
|
+
animation-fill-mode: both;
|
|
4448
4088
|
}
|
|
4449
4089
|
|
|
4450
4090
|
@keyframes scaleDown98 {
|
|
4451
4091
|
from {
|
|
4452
|
-
|
|
4453
|
-
transform: scale3d(1, 1, 1);
|
|
4092
|
+
transform: scale3d(1, 1, 1);
|
|
4454
4093
|
}
|
|
4455
4094
|
|
|
4456
4095
|
to {
|
|
4457
|
-
|
|
4458
|
-
transform: scale3d(0.98, 0.98, 1);
|
|
4096
|
+
transform: scale3d(0.98, 0.98, 1);
|
|
4459
4097
|
}
|
|
4460
4098
|
}
|
|
4461
4099
|
|
|
@@ -4463,11 +4101,8 @@
|
|
|
4463
4101
|
-webkit-animation-duration: 0.367s;
|
|
4464
4102
|
-webkit-animation-name: fadeIn;
|
|
4465
4103
|
-webkit-animation-fill-mode: both;
|
|
4466
|
-
-webkit-animation-duration: 0.367s;
|
|
4467
4104
|
animation-duration: 0.367s;
|
|
4468
|
-
-webkit-animation-name: fadeIn;
|
|
4469
4105
|
animation-name: fadeIn;
|
|
4470
|
-
-webkit-animation-fill-mode: both;
|
|
4471
4106
|
animation-fill-mode: both;
|
|
4472
4107
|
}
|
|
4473
4108
|
|
|
@@ -4475,13 +4110,9 @@
|
|
|
4475
4110
|
-webkit-animation-duration: 0.367s;
|
|
4476
4111
|
-webkit-animation-name: fadeIn;
|
|
4477
4112
|
-webkit-animation-fill-mode: both;
|
|
4478
|
-
-webkit-animation-duration: 0.367s;
|
|
4479
4113
|
animation-duration: 0.367s;
|
|
4480
|
-
-webkit-animation-name: fadeIn;
|
|
4481
4114
|
animation-name: fadeIn;
|
|
4482
|
-
-webkit-animation-fill-mode: both;
|
|
4483
4115
|
animation-fill-mode: both;
|
|
4484
|
-
-webkit-animation-duration: 0.167s;
|
|
4485
4116
|
animation-duration: 0.167s;
|
|
4486
4117
|
}
|
|
4487
4118
|
|
|
@@ -4489,13 +4120,9 @@
|
|
|
4489
4120
|
-webkit-animation-duration: 0.367s;
|
|
4490
4121
|
-webkit-animation-name: fadeIn;
|
|
4491
4122
|
-webkit-animation-fill-mode: both;
|
|
4492
|
-
-webkit-animation-duration: 0.367s;
|
|
4493
4123
|
animation-duration: 0.367s;
|
|
4494
|
-
-webkit-animation-name: fadeIn;
|
|
4495
4124
|
animation-name: fadeIn;
|
|
4496
|
-
-webkit-animation-fill-mode: both;
|
|
4497
4125
|
animation-fill-mode: both;
|
|
4498
|
-
-webkit-animation-duration: 0.267s;
|
|
4499
4126
|
animation-duration: 0.267s;
|
|
4500
4127
|
}
|
|
4501
4128
|
|
|
@@ -4503,32 +4130,16 @@
|
|
|
4503
4130
|
-webkit-animation-duration: 0.367s;
|
|
4504
4131
|
-webkit-animation-name: fadeIn;
|
|
4505
4132
|
-webkit-animation-fill-mode: both;
|
|
4506
|
-
-webkit-animation-duration: 0.367s;
|
|
4507
4133
|
animation-duration: 0.367s;
|
|
4508
|
-
-webkit-animation-name: fadeIn;
|
|
4509
4134
|
animation-name: fadeIn;
|
|
4510
|
-
-webkit-animation-fill-mode: both;
|
|
4511
4135
|
animation-fill-mode: both;
|
|
4512
|
-
-webkit-animation-duration: 0.467s;
|
|
4513
4136
|
animation-duration: 0.467s;
|
|
4514
4137
|
}
|
|
4515
4138
|
|
|
4516
|
-
@-webkit-keyframes fadeIn {
|
|
4517
|
-
from {
|
|
4518
|
-
opacity: 0;
|
|
4519
|
-
-webkit-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
4520
|
-
}
|
|
4521
|
-
|
|
4522
|
-
to {
|
|
4523
|
-
opacity: 1;
|
|
4524
|
-
}
|
|
4525
|
-
}
|
|
4526
|
-
|
|
4527
4139
|
@keyframes fadeIn {
|
|
4528
4140
|
from {
|
|
4529
4141
|
opacity: 0;
|
|
4530
|
-
|
|
4531
|
-
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
4142
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
4532
4143
|
}
|
|
4533
4144
|
|
|
4534
4145
|
to {
|
|
@@ -4540,11 +4151,8 @@
|
|
|
4540
4151
|
-webkit-animation-duration: 0.367s;
|
|
4541
4152
|
-webkit-animation-name: fadeOut;
|
|
4542
4153
|
-webkit-animation-fill-mode: both;
|
|
4543
|
-
-webkit-animation-duration: 0.367s;
|
|
4544
4154
|
animation-duration: 0.367s;
|
|
4545
|
-
-webkit-animation-name: fadeOut;
|
|
4546
4155
|
animation-name: fadeOut;
|
|
4547
|
-
-webkit-animation-fill-mode: both;
|
|
4548
4156
|
animation-fill-mode: both;
|
|
4549
4157
|
}
|
|
4550
4158
|
|
|
@@ -4552,13 +4160,9 @@
|
|
|
4552
4160
|
-webkit-animation-duration: 0.367s;
|
|
4553
4161
|
-webkit-animation-name: fadeOut;
|
|
4554
4162
|
-webkit-animation-fill-mode: both;
|
|
4555
|
-
-webkit-animation-duration: 0.367s;
|
|
4556
4163
|
animation-duration: 0.367s;
|
|
4557
|
-
-webkit-animation-name: fadeOut;
|
|
4558
4164
|
animation-name: fadeOut;
|
|
4559
|
-
-webkit-animation-fill-mode: both;
|
|
4560
4165
|
animation-fill-mode: both;
|
|
4561
|
-
-webkit-animation-duration: 0.1s;
|
|
4562
4166
|
animation-duration: 0.1s;
|
|
4563
4167
|
}
|
|
4564
4168
|
|
|
@@ -4566,13 +4170,9 @@
|
|
|
4566
4170
|
-webkit-animation-duration: 0.367s;
|
|
4567
4171
|
-webkit-animation-name: fadeOut;
|
|
4568
4172
|
-webkit-animation-fill-mode: both;
|
|
4569
|
-
-webkit-animation-duration: 0.367s;
|
|
4570
4173
|
animation-duration: 0.367s;
|
|
4571
|
-
-webkit-animation-name: fadeOut;
|
|
4572
4174
|
animation-name: fadeOut;
|
|
4573
|
-
-webkit-animation-fill-mode: both;
|
|
4574
4175
|
animation-fill-mode: both;
|
|
4575
|
-
-webkit-animation-duration: 0.167s;
|
|
4576
4176
|
animation-duration: 0.167s;
|
|
4577
4177
|
}
|
|
4578
4178
|
|
|
@@ -4580,32 +4180,16 @@
|
|
|
4580
4180
|
-webkit-animation-duration: 0.367s;
|
|
4581
4181
|
-webkit-animation-name: fadeOut;
|
|
4582
4182
|
-webkit-animation-fill-mode: both;
|
|
4583
|
-
-webkit-animation-duration: 0.367s;
|
|
4584
4183
|
animation-duration: 0.367s;
|
|
4585
|
-
-webkit-animation-name: fadeOut;
|
|
4586
4184
|
animation-name: fadeOut;
|
|
4587
|
-
-webkit-animation-fill-mode: both;
|
|
4588
4185
|
animation-fill-mode: both;
|
|
4589
|
-
-webkit-animation-duration: 0.467s;
|
|
4590
4186
|
animation-duration: 0.467s;
|
|
4591
4187
|
}
|
|
4592
4188
|
|
|
4593
|
-
@-webkit-keyframes fadeOut {
|
|
4594
|
-
from {
|
|
4595
|
-
opacity: 1;
|
|
4596
|
-
-webkit-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
4597
|
-
}
|
|
4598
|
-
|
|
4599
|
-
to {
|
|
4600
|
-
opacity: 0;
|
|
4601
|
-
}
|
|
4602
|
-
}
|
|
4603
|
-
|
|
4604
4189
|
@keyframes fadeOut {
|
|
4605
4190
|
from {
|
|
4606
4191
|
opacity: 1;
|
|
4607
|
-
|
|
4608
|
-
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
4192
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
4609
4193
|
}
|
|
4610
4194
|
|
|
4611
4195
|
to {
|
|
@@ -4614,72 +4198,42 @@
|
|
|
4614
4198
|
}
|
|
4615
4199
|
|
|
4616
4200
|
.ms-u-rotate90deg {
|
|
4617
|
-
|
|
4618
|
-
animation-name: rotate90;
|
|
4201
|
+
animation-name: rotate90;
|
|
4619
4202
|
-webkit-animation-duration: 0.1s;
|
|
4620
4203
|
-moz-animation-duration: 0.1s;
|
|
4621
4204
|
-ms-animation-duration: 0.1s;
|
|
4622
4205
|
-o-animation-duration: 0.1s;
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
-webkit-animation-fill-mode: both;
|
|
4626
|
-
animation-fill-mode: both;
|
|
4627
|
-
}
|
|
4628
|
-
|
|
4629
|
-
@-webkit-keyframes rotate90 {
|
|
4630
|
-
from {
|
|
4631
|
-
-webkit-transform: rotateZ(0deg);
|
|
4632
|
-
}
|
|
4633
|
-
|
|
4634
|
-
to {
|
|
4635
|
-
-webkit-transform: rotateZ(90deg);
|
|
4636
|
-
}
|
|
4206
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
4207
|
+
animation-fill-mode: both;
|
|
4637
4208
|
}
|
|
4638
4209
|
|
|
4639
4210
|
@keyframes rotate90 {
|
|
4640
4211
|
from {
|
|
4641
|
-
|
|
4642
|
-
transform: rotateZ(0deg);
|
|
4212
|
+
transform: rotateZ(0deg);
|
|
4643
4213
|
}
|
|
4644
4214
|
|
|
4645
4215
|
to {
|
|
4646
|
-
|
|
4647
|
-
transform: rotateZ(90deg);
|
|
4216
|
+
transform: rotateZ(90deg);
|
|
4648
4217
|
}
|
|
4649
4218
|
}
|
|
4650
4219
|
|
|
4651
4220
|
.ms-u-rotateN90deg {
|
|
4652
|
-
|
|
4653
|
-
animation-name: rotateN90;
|
|
4221
|
+
animation-name: rotateN90;
|
|
4654
4222
|
-webkit-animation-duration: 0.1s;
|
|
4655
4223
|
-moz-animation-duration: 0.1s;
|
|
4656
4224
|
-ms-animation-duration: 0.1s;
|
|
4657
4225
|
-o-animation-duration: 0.1s;
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
-webkit-animation-fill-mode: both;
|
|
4661
|
-
animation-fill-mode: both;
|
|
4662
|
-
}
|
|
4663
|
-
|
|
4664
|
-
@-webkit-keyframes rotateN90 {
|
|
4665
|
-
from {
|
|
4666
|
-
-webkit-transform: rotateZ(90deg);
|
|
4667
|
-
}
|
|
4668
|
-
|
|
4669
|
-
to {
|
|
4670
|
-
-webkit-transform: rotateZ(0deg);
|
|
4671
|
-
}
|
|
4226
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
4227
|
+
animation-fill-mode: both;
|
|
4672
4228
|
}
|
|
4673
4229
|
|
|
4674
4230
|
@keyframes rotateN90 {
|
|
4675
4231
|
from {
|
|
4676
|
-
|
|
4677
|
-
transform: rotateZ(90deg);
|
|
4232
|
+
transform: rotateZ(90deg);
|
|
4678
4233
|
}
|
|
4679
4234
|
|
|
4680
4235
|
to {
|
|
4681
|
-
|
|
4682
|
-
transform: rotateZ(0deg);
|
|
4236
|
+
transform: rotateZ(0deg);
|
|
4683
4237
|
}
|
|
4684
4238
|
}
|
|
4685
4239
|
|
|
@@ -4696,13 +4250,11 @@
|
|
|
4696
4250
|
}
|
|
4697
4251
|
|
|
4698
4252
|
.ms-u-delay100 {
|
|
4699
|
-
|
|
4700
|
-
animation-delay: 0.167s;
|
|
4253
|
+
animation-delay: 0.167s;
|
|
4701
4254
|
}
|
|
4702
4255
|
|
|
4703
4256
|
.ms-u-delay200 {
|
|
4704
|
-
|
|
4705
|
-
animation-delay: 0.267s;
|
|
4257
|
+
animation-delay: 0.267s;
|
|
4706
4258
|
}
|
|
4707
4259
|
|
|
4708
4260
|
@media (max-width: 479px) {
|