A combination of jQuery animate and CSS3 to implement the easing chasing effect with source download _jquery

Source: Internet
Author: User

CSS3 and jquery can all implement ease chasing, but with browser compatibility, the jquery animate method is recommended.

First show you the implementation of the results are as follows:

Effect Demo Source Download

Referencing files: jquery-1.11.1.min.js

Html

<div id= "Container" >
<div id= "a" ></div>
<div id= "second" ></div>
</div>

Jquery

var $first =$ (' #first ');
var $second =$ (' #second ');
(function () {
move1 ();
Move2 ();
}) ()
function move1 () {
$first. Animate ({
"left": "The",
"top": 0
},400). Animate ({
"left": 220 ,
"Top": the
},400). Animate ({
"left": 0,
"top":
},400). Animate ({
"left": 0,
"Top": 0
},function () {
move1 ();
})
}
function Move2 () {
$second. Animate ({
"right":,
"bottom": 0
},400). Animate ({
' right ' :
"Bottom":
},400). Animate ({
"right": 0,
"bottom":},400
). Animate ({
" Right ": 0,
" bottom ": 0
},function () {
move2 ();
})
}

The above is a small series to introduce the jquery animate and CSS3 combined to achieve slow pursuit effect, I hope to help you!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.