tour
Here are 179 public repositories matching this topic...
A light-weight, no-dependency, vanilla JavaScript engine to drive the user's focus across the page
-
Updated
Aug 11, 2021 - JavaScript
Guide your users through a tour of your app
-
Updated
Aug 10, 2021 - JavaScript
Create walkthroughs and guided tours (coach marks) in a simple way, with Swift.
-
Updated
Jul 30, 2021 - Swift
Create guided tours in your apps
-
Updated
Aug 1, 2021 - JavaScript
Tourist Guide into your React Components
-
Updated
Aug 10, 2021 - JavaScript
A new feature guide component by react
-
Updated
Aug 7, 2021 - TypeScript
-
Updated
Aug 14, 2021 - Java
A simple step by step tooltip helper for any site
-
Updated
Oct 2, 2020 - JavaScript
AngularJS 2 (Updated to 4.2.0) Mean Stack application which uses Angular2, Gulp, Express, Node, MongoDB (Mongoose) with Repository Pattern Business Layer
-
Updated
Jun 15, 2017 - TypeScript
Angular Joyride/Tour library
-
Updated
Aug 10, 2021 - TypeScript
Product tour using Angular UI Bootstrap Tooltips
-
Updated
Mar 14, 2019 - JavaScript
An Ember addon for the site tour library Shepherd
-
Updated
Aug 11, 2021 - JavaScript
An Angular wrapper for the site tour library Shepherd
-
Updated
Aug 13, 2021 - TypeScript
Create interactive guided product tours in minutes with the most non-technical friendly, lightweight and extendable library.
-
Updated
Aug 12, 2021 - JavaScript
D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
-
Updated
Oct 21, 2020 - D
Trackable application tours for Rails with i18n support
-
Updated
Jun 29, 2021 - Ruby
Quick and easy way to build your product tours with Bootstrap Popovers for Bootstrap 3 and 4. Based on Bootstrap-Tour, but with many fixes and features added.
-
Updated
Aug 11, 2021
A tiny library for creating introductions/tours.
-
Updated
Nov 12, 2017 - JavaScript
Highlight elements and display tips alongside parts of your app
-
Updated
Dec 5, 2018 - JavaScript
A JS component to animate a tour between stops on a map.
-
Updated
Apr 23, 2019 - JavaScript
Improve this page
Add a description, image, and links to the tour topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tour topic, visit your repo's landing page and select "manage topics."


Describe the bug
When I want to do stuff before start product tour, i can use "onStart" callback.
In my case, I had an overlay with a span in the center of screen and my steps can target this span.
To Reproduce
Open the console to see the order :
https://codepen.io/gwenker/pen/rNLmXxe
Expected behavior
Callback "onStart" finish before the launch of before() first step.