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