#
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
spotlight
popover
overlay
tour
walkthrough
overlays
user-onboarding
feature-introductions
focus-shifters
-
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
react
styled-components
reactjs
presentation
guide
react-components
joyride
tour
walkthrough
introduction
intro
step-by-step
tourist-guide
product-intro
-
Updated
Aug 10, 2021 - JavaScript
A new feature guide component by react 🧭
-
Updated
Aug 7, 2021 - TypeScript
android
guide
guideline
showcase
onboarding
tour
introduction
intro
customview
flashlight
tour-guide-app
onboarder
guideview
tour-guide
showcaseview
showcaseview-library
-
Updated
Aug 14, 2021 - Java
A simple step by step tooltip helper for any site
javascript
utility
helper
guide
popover
tooltip
hover
tour
description
info
focus
webdev
hint
intro
tooltip-sequence
-
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
angularjs
gulp
hero
angular
typescript
mongodb
tslint
mongoose
angular2
expressjs
tour
repository-pattern
seed-application
-
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.
tooltips
flow
guide
onboarding
tour
beacon
hotspot
walkthrough
product-tour
user-experience
hacktoberfest
hint
tours
tour-guide-app
tour-guide
guided-tour
user-flow
hacktoberfest2020
feature-adoption
employee-training
-
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.