EragonJ / Trip.js

🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.

Home Page:https://eragonj.github.io/Trip.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hiden element wrong positions

fgvicente opened this issue · comments

If one element is hide, take next. Now is show but in whrong position

@fgvicente if the element is hidden, by default you can't get it's position from javascript (Please check this demo : http://jsbin.com/qavemotovu/edit?html,css,js,console)

You can show the element first, then ask Trip.js to position at the right place. You can easily use onTripChange to do that.