You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Mizzao,
First, thanks for your great package, I'm using it on gotlog.in (question mark in the nav bar) and it's great 👍
Now my questions 🎱
are you planning to integrate the mutli language with i18n ? https://atmospherejs.com/tap/i18n
And also (I hate when people ask 2 questions in 1 issue ^^ ).
Is there a way in the tutorial to have the close button (x) on top right of the tutorial window ?
And also, the annimation was not displaying ok on smartphones so I forced the size and position. thanks for your "positioned" class :)
Ok for the PR, will do.
I would like the closing in the config, showCloseButton: true
Yes it disables the animation =( maybe it would be better only in mobile but I don't know how to do it in css.
You can close this "issue".
Thanks for your time
Hi Mizzao,
First, thanks for your great package, I'm using it on gotlog.in (question mark in the nav bar) and it's great 👍
Now my questions 🎱
are you planning to integrate the mutli language with i18n ?
https://atmospherejs.com/tap/i18n
And also (I hate when people ask 2 questions in 1 issue ^^ ).
Is there a way in the tutorial to have the close button (x) on top right of the tutorial window ?
And also, the annimation was not displaying ok on smartphones so I forced the size and position. thanks for your "positioned" class :)
.positioned {
max-width: 350px;
left: 10px!important;
margin-left: 0!important;
}
The text was updated successfully, but these errors were encountered: