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.
スペルがわからないので、正確な検索はできません。「スライドイン」を検索しましたが、本当に欲しいものではありません。
写真があります:
ご覧のとおり、ボールはウェブサイトの上部から、目に見えないところからウェブページのどこかに来るはずです。
任意のヒント?
http://jsfiddle.net/jq6Ja/
<div id="container"> <div id="block"></div> </div> $( "#block" ).animate({ top: "+=50" }, 1000, function() { console.log('all done'); });