SOW : Timer Autohide

Note This is a basic demo! Please see main full documentation here.
Examples
This container will autohide in 15 seconds.

<div class="timer-autohide" data-timer-autohide="15000">
	This container will autohide in 15 seconds.
</div>
												

Used together with SOW : Timer Countdown
This container will autohide in:

<div class="timer-autohide" data-timer-autohide="10000">
	This container will autohide in: <span class="hide timer-countdown" data-timer-countdown-from="10000"></span>
</div>