_animations.less 419 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// /**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */

//
//  Variables -> Transitions
//  _____________________________________________

@appearing__transition-duration: .15s;
@apperaing__transition-timing-function: ease;

@smooth__color: color .1s linear;
@smooth__background-color: background-color .1s linear;
@smooth__border-color: border-color .1s linear;