UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

20 lines (17 loc) 590 B
@import (reference) '../../themes/index'; .make-motion-enter(@name, @keyframeName, @timing-function, @duration: @animation-duration-base) { .@{name}-enter { animation-name: @keyframeName; animation-duration: @duration; animation-timing-function: @timing-function; animation-fill-mode: both; } } .make-motion-leave(@name, @keyframeName, @timing-function, @duration: @animation-duration-base) { .@{name}-leave { animation-name: @keyframeName; animation-duration: @duration; animation-timing-function: @timing-function; animation-fill-mode: both; } }