Slide In Left - Wait - Slide Out Right
@include tween(slideInLeft, wait 2.5s, slideOutRight)
Pulse looped
@include tween(pulse, wait 2s)
animation-iteration-count: infinite
Tween Group
@include tween--group((slideInLeft, wait 2s, slideOutRight) , 1,
2)
animation-iteration-count: infinite