SlideShare a Scribd company logo
Effect - Animation
.animate()
manual

.animate()
Parameters:
Properties, speed, easing, function)
.animate({
property1 : 'value1',
propertyN : 'valueN'
}, speed, easing, function(){
alert('Animation animated.');
});
.animate({
Options)

Parameters: Properties,

property1: 'value1',
propertyN: 'valueN'

}, {
duration: 'value',
easing: 'value',
complete: function(){
alert('Animation animated.');
},
queue: boolean,
step: callback
});
toggle

effect
animate()

.animate({opacity:'toggle'}, 'slow');
Property
property

animate()

.animate({
opacity:'toggle',
height:'toggle'
}, 'slow');
Property
css()

animate()
CSS

element
element
css

animate()
CSS

element

position: relative;

More Related Content

PPTX
Android Animator
PDF
Neoito — Animations in Angular 5
PPT
Date function in MySQL | Oracle
PDF
Introduction to jQuery
PPT
A Short Introduction To jQuery
PDF
D3.js and SVG
PPTX
jQuery
PDF
Informe general tema 2 maria laura coelho eslava
Android Animator
Neoito — Animations in Angular 5
Date function in MySQL | Oracle
Introduction to jQuery
A Short Introduction To jQuery
D3.js and SVG
jQuery
Informe general tema 2 maria laura coelho eslava

More from Pathomchon Sriwilairit (6)

PPT
Social Networks: Opinion Presentation
PPT
Will the tissue get wet? Mini-science experiment
PPTX
JPC#8 Introduction to Java Programming
PPTX
JPC#8 Foundation of Computer Science
PPT
20131028 Techniques of Addictive Games
PPT
20131014 Designing Slides Layout
Social Networks: Opinion Presentation
Will the tissue get wet? Mini-science experiment
JPC#8 Introduction to Java Programming
JPC#8 Foundation of Computer Science
20131028 Techniques of Addictive Games
20131014 Designing Slides Layout
Ad

Recently uploaded (20)

PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Institutional Correction lecture only . . .
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Computing-Curriculum for Schools in Ghana
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
RMMM.pdf make it easy to upload and study
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
Institutional Correction lecture only . . .
A systematic review of self-coping strategies used by university students to ...
VCE English Exam - Section C Student Revision Booklet
102 student loan defaulters named and shamed – Is someone you know on the list?
O5-L3 Freight Transport Ops (International) V1.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
2.FourierTransform-ShortQuestionswithAnswers.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Computing-Curriculum for Schools in Ghana
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Cell Types and Its function , kingdom of life
Microbial diseases, their pathogenesis and prophylaxis
RMMM.pdf make it easy to upload and study
Abdominal Access Techniques with Prof. Dr. R K Mishra
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Ad

JQuery - Effect - Animate method