We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
スロバーの線の本数 (デフォルト:12)、スロバーの白線が1周するまでの時間(デフォルト1000ms)を以下のように設定してもインジケータに反映されず、デフォルトの設定が使用されている。
var i = h5.ui.indicator({ target:document, throbber:{lines:3,roundTime:100} }).show();
IE10(docmode8)で確認した。
The text was updated successfully, but these errors were encountered:
hifive#399 インジケータにthrobber.lines,throbber.roundTimeが反映されるようにしました。
c423e69
hifive#399 linesに0が指定されていた場合はスロバーの_runで何もしないようにしました。
f8662aa
lines:0を指定してインジケータを表示するケースを追加しました。 ソースコメントを修正しました
修正後、スロバーの設定が反映されていることを目視で確認しました。 なお、スロバーの表示には以下のパターンがあり、roundTimeの設定が反映されるかどうかが異なります。 (反映されるはずのブラウザについて反映されることを確認しました)。
Sorry, something went wrong.
fukudayasuo
No branches or pull requests
スロバーの線の本数 (デフォルト:12)、スロバーの白線が1周するまでの時間(デフォルト1000ms)を以下のように設定してもインジケータに反映されず、デフォルトの設定が使用されている。
IE10(docmode8)で確認した。
The text was updated successfully, but these errors were encountered: