settings

FeatureDiscovery

bookmark

Provide value and encourage return visits by introducing users to new features and functionality at contextually relevant moments.

Feature discovery prompts have more impact when they are presented to the right users at contextually relevant moments. When presented to the wrong user at the wrong time, they can be intrusive and annoying.

Basic
Open tap target     Close tap target
I am here

Provide value and encourage return visits by introducing users to new features and functionality at contextually relevant moments.

<!-- trigget button --><a class="waves-effect waves-light btn" onclick="$('.tap-target').tapTarget('open')">Open tap target</a><a class="waves-effect waves-light btn" onclick="$('.tap-target').tapTarget('close')">Close tap target</a><!-- Element Showed --><div class="fixed-action-btn">    <a id="menu" class="waves-effect waves-light btn-large btn-floating"><i class="material-icons">menu</i></a></div><!-- Tap Target Structure --><div class="tap-target" data-target="menu">    <div class="tap-target-content">        <h5>I am here</h5>        <p>Provide value and encourage return visits by introducing users to new features and functionality at contextually relevant moments.</p>    </div></div>