Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit c999f61

Browse files
author
Gordon Koo
committed
fixed a bug on flip. (flip not implemented on jquery version yet)
1 parent 31fc5c5 commit c999f61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/hopscotch.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,9 @@
669669
else {
670670
utils.removeClass(self.element, 'hide');
671671
utils.addClass(self.element, className);
672+
setTimeout(function() {
673+
utils.removeClass(self.element, 'invisible');
674+
}, 50);
672675
}
673676
isShowing = true;
674677
return this;
@@ -1092,7 +1095,6 @@
10921095
}
10931096
}
10941097

1095-
utils.addClass(bubble.element, 'invisible');
10961098
self.showStep(currStepNum, currSubstepNum);
10971099

10981100
return this;

0 commit comments

Comments
 (0)