It would be helpful to extend the default transition helper classes to include 'transition-delay'. ``` .transition-delay-300 { transition-delay: 300ms; } ``` I find it useful in working with vuejs transitions.