Show Me How (SMH)
It’s simple in use, well documented component for async scenarios execution. For example, such scenarios can come in handy when you want to highlight main features of your application.
It as simple as
Add SMH script reference to your page
<script src="[DIR]/show-me-how.min.js"></script>
Create scenario instance…
var scenario = new smh();
Populate steps…
scenario.addStepBlockScreen();
scenario.addStep(function (context) { .... } )
scenario.addStepGlow({ element: '.selector', duration: 400 })
scenario.addStepWait(1000);
scenario.addStepUnblockScreen();
Execute ..
scenario.execute();
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Show Me How – Component for Async Scenarios Execution from the The Developer ( ThetaProject ) website. Thank you.
Download = Show Me How – Component for Async Scenarios Execution-[Updated].zip