Ajax Animations

An animated PNG image is only one of the embellishments you see in web applications
today. Most animations are created by manipulating elements on a page. Part
of developing an application on the Web with Ajax is making it a Web 2.0 application.


This means enabling the user to interact with the application and create
changes within it. The ability to manipulate objects on a web page has been available
for as long as DHTML has. However, in our case, Ajax will notify the server that
a change has occurred in the application on the callbacks of our objects manipulating
the elements.

• Dragging and dropping
• Sliding
• Fading and appearing
• Other element manipulations
• Drawing in an application