Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
  2. //
  3. // Office UI Fabric
  4. // --------------------------------------------------
  5. // RTL overrides for Fabric Animations
  6. @import "Fabric.Animations.Output";
  7. @import "Fabric.Animations.RTL";
  8. // slideRightIn40
  9. .ms-u-slideRightIn40 {
  10. @include ms-u-slideRightIn40;
  11. }
  12. // slideLeftIn40
  13. .ms-u-slideLeftIn40 {
  14. @include ms-u-slideLeftIn40;
  15. }
  16. // slideRightIn400
  17. .ms-u-slideRightIn400 {
  18. @include ms-u-slideRightIn400;
  19. }
  20. // slideLeftIn400
  21. .ms-u-slideLeftIn400 {
  22. @include ms-u-slideLeftIn400;
  23. }
  24. // slideRightOut40
  25. .ms-u-slideRightOut40 {
  26. @include ms-u-slideRightOut40;
  27. }
  28. // slideLeftOut40
  29. .ms-u-slideLeftOut40 {
  30. @include ms-u-slideLeftOut40;
  31. }
  32. // slideRightOut400
  33. .ms-u-slideRightOut400 {
  34. @include ms-u-slideRightOut400;
  35. }
  36. // slideLeftOut400
  37. .ms-u-slideLeftOut400 {
  38. @include ms-u-slideLeftOut400;
  39. }
  40. // rotate90deg
  41. .ms-u-rotate90deg {
  42. @include ms-u-rotate90deg;
  43. }
  44. // rotateN90deg
  45. .ms-u-rotateN90deg {
  46. @include ms-u-rotateN90deg;
  47. }