teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

2

修正

2018/05/18 05:39

投稿

m.ts10806
m.ts10806

スコア80888

answer CHANGED
@@ -1,9 +1,8 @@
1
1
  下記の記事が質問者さんとほぼそのままのことをやろうとしているので参考になるかもしれません
2
2
  - [jQueryの.animate()と.fadeIn()を同時に動かしたい時](https://qiita.com/sararilfy/items/6b77c8ff1d66e3260cf1)
3
3
 
4
- 追記:
5
- - [.animate()](http://api.jquery.com/animate/)
4
+ [.animate()](http://api.jquery.com/animate/)
6
5
  > queue (default: true)
7
6
  Type: Boolean or String
8
7
  A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. As of jQuery 1.7, the queue option can also accept a string, in which case the animation is added to the queue represented by that string. When a custom queue name is used the animation does not automatically start; you must call .dequeue("queuename") to start it.
9
- エフェクトキューにアニメーションを配置するかどうかを示すブール値。 falseの場合、アニメーションはすぐに開始されます。 jQuery 1.7以降、queueオプションは文字列を受け入れることもできます。この場合、アニメーションはその文字列によって表されるキューに追加されます。カスタムキュー名を使用すると、アニメーションは自動的に開始されません。 .dequeue( "queuename")を呼び出して起動する必要があります。
8
+ エフェクトキューにアニメーションを配置するかどうかを示すブール値。 **falseの場合、アニメーションはすぐに開始されます。** jQuery 1.7以降、queueオプションは文字列を受け入れることもできます。この場合、アニメーションはその文字列によって表されるキューに追加されます。カスタムキュー名を使用すると、アニメーションは自動的に開始されません。 .dequeue( "queuename")を呼び出して起動する必要があります。

1

参考

2018/05/18 05:39

投稿

m.ts10806
m.ts10806

スコア80888

answer CHANGED
@@ -1,2 +1,9 @@
1
1
  下記の記事が質問者さんとほぼそのままのことをやろうとしているので参考になるかもしれません
2
- - [jQueryの.animate()と.fadeIn()を同時に動かしたい時](https://qiita.com/sararilfy/items/6b77c8ff1d66e3260cf1)
2
+ - [jQueryの.animate()と.fadeIn()を同時に動かしたい時](https://qiita.com/sararilfy/items/6b77c8ff1d66e3260cf1)
3
+
4
+ 追記:
5
+ - [.animate()](http://api.jquery.com/animate/)
6
+ > queue (default: true)
7
+ Type: Boolean or String
8
+ A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. As of jQuery 1.7, the queue option can also accept a string, in which case the animation is added to the queue represented by that string. When a custom queue name is used the animation does not automatically start; you must call .dequeue("queuename") to start it.
9
+ エフェクトキューにアニメーションを配置するかどうかを示すブール値。 falseの場合、アニメーションはすぐに開始されます。 jQuery 1.7以降、queueオプションは文字列を受け入れることもできます。この場合、アニメーションはその文字列によって表されるキューに追加されます。カスタムキュー名を使用すると、アニメーションは自動的に開始されません。 .dequeue( "queuename")を呼び出して起動する必要があります。