Transition Utilities

Shipyard’s transiton utilities are useful when you have interactive elements that would benefit from smooth transitions as it changes state.

.ease-150ms { transition: all 150ms ease }
.ease-300ms { transition: all 300ms ease }
.ease-600ms { transition: all 600ms ease }