jquery animate function demo part - 130

Опубликовано: 01 Ноябрь 2024
на канале: dnanetwork
97
2

This video explains about jquery custom effects and basics of animate function.

using animate function you can create custom animations.

syntax :

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

params : CSS properties to be animated.

speed : specifies the duration of the effect. It can take the following values: "slow", "fast", or milliseconds.

callback : you can configure a task after the animation completes.

you should try these cases on your machine and also do try few crazy scenarios if you can.

If you get stuck or if you have any query then please do comment below and let me know.

I will try to reply you as soon as possible.