# Action
action helpers includes user action tools.
# Active scale
this class is just an click/touch effect for better UI.
# format
active-scale
# Example
Touch ME
<div class="d-inline-block user-select-none active-scale" ontouchstart="">
Touch ME
</div>
the
:activepseudo in mobile will somehow been caught bytouchevents, if the effect is not working on mobile touch, try to addontouchstartevent on the target. See Issue (opens new window)