LikaloLLC / tourguide.js

A simple, lightweight, clean and small library for creating guided product tours for your web app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't hide overlay between 2 steps

michaelfr opened this issue · comments

Hi,

Congrats for this project !

I integrate it on my product, but there is a tiny problem.

When we are jumping from step to step, unactive the overlay and active the overlay and it's like a blinking and it's a deceptive effet.

Can you help me ?

Regards

Michael

@andeh38 can you please take a look into this bug

Hi, if I understood your problem correctly adding this to your css file might solve it
.guided-tour-step.active .guided-tour-step-highlight { box-shadow: none !important; } @michaelfr

Hi @michaelfr ,
I have made pull request #27 for fixing this bug.
If I understood your problem correctly let me know.