Transition
Adds css transitions for all properties in two different speeds.
.trn-fast |
all properties transition fast |
.trn-slow |
all properties transition slowly |
<!-- example -->
<div class="box p-5 m-4 trn-fast hvr:sh-4">mouseover for example</div>
<div class="box p-5 m-4 trn-slow hvr:sh-4">mouseover for example</div>