.u-transition

  • /src/css/object/utility/_transition.scss

Transition utility

html

<style>
.u-transition:hover {
  width: 100% !important;
  opacity: .5 !important;
}
</style>
<div class="u-transition" style="background-color: #333; width: 100px; height: 20px;"></div>