Use jquery to implement page animation effects (instance code)

Source: Internet
Author: User
The following small series will bring you an animated page effect (instance code) through jquery ). I think this is quite good. Now I will share it with you and give you a reference. Let's take a look at several functions that can be used to achieve animation effects. The animate function is one of the most common functions. The following describes how to use the function.

Basic Form of the animate Function

The basic form of animation effects through animate is:

$ (Selector). animate ({params}, speed, callback );

Among them, {params} is a required item. It is an object that specifies the CSS style of the element that we want to run through the animation effect. speed and callback are both optional, speed indicates the speed at which the animation runs. The value can be a numerical value (for example, 1000 indicates that the animation changes to the specified style of params within 1 s), slow, and fast. Callback indicates the function to be executed after the animation ends.

Sample Code:

Related Article

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.