_animations.less 419 B

123456789101112131415
  1. // /**
  2. // * Copyright © Magento, Inc. All rights reserved.
  3. // * See COPYING.txt for license details.
  4. // */
  5. //
  6. // Variables -> Transitions
  7. // _____________________________________________
  8. @appearing__transition-duration: .15s;
  9. @apperaing__transition-timing-function: ease;
  10. @smooth__color: color .1s linear;
  11. @smooth__background-color: background-color .1s linear;
  12. @smooth__border-color: border-color .1s linear;