Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このサイトのトップ jQuery スライダーにある効果を取得したいと思います。リスト内の現在のスライド位置を示す小さな黄色の四角形が徐々に小さくなり、それらがなくなるまで上方に縮小し、スライダーの画像が変わることがわかります。
ここに私がこれまでに試したことへのリンクがあります。
それはきちんとした効果です:)
現在持っているものを LI 親要素の子要素と組み合わせる必要があります。Slider が起動すると、この要素の高さを 4000 MS で 0 から 100 までアニメートし、高さを 0 に戻すコールバックを設定します。
元:
$('.slider').animate({height: '100%'}, 4000, function() { $('.slider').css('height','0'); });
ここでの作業: http://codebins.com/bin/4ldqp9c/39