kouto-swiss
Version:
A complete CSS framework for Stylus
28 lines (26 loc) • 1.16 kB
text/stylus
@import 'kouto-swiss'
div
transition: all .25s easing( "in-quad" )
transition: all .25s easing( "in-cubic" )
transition: all .25s easing( "in-quart" )
transition: all .25s easing( "in-quint" )
transition: all .25s easing( "in-sine" )
transition: all .25s easing( "in-expo" )
transition: all .25s easing( "in-circ" )
transition: all .25s easing( "in-back" )
transition: all .25s easing( "out-quad" )
transition: all .25s easing( "out-cubic" )
transition: all .25s easing( "out-quart" )
transition: all .25s easing( "out-quint" )
transition: all .25s easing( "out-sine" )
transition: all .25s easing( "out-expo" )
transition: all .25s easing( "out-circ" )
transition: all .25s easing( "out-back" )
transition: all .25s easing( "in-out-quad" )
transition: all .25s easing( "in-out-cubic" )
transition: all .25s easing( "in-out-quart" )
transition: all .25s easing( "in-out-quint" )
transition: all .25s easing( "in-out-sine" )
transition: all .25s easing( "in-out-expo" )
transition: all .25s easing( "in-out-circ" )
transition: all .25s easing( "in-out-back" )