JavaScript Page Animation Object is a standalone JavaScript object that can be used to animate elements of HTML Web pages, without requiring additional libraries. It can manage one or more animations that may run in parallel. Each animation is composed of a sequence of steps that apply individual effects to Web page elements. Currently, it supports the following effects: showing or hiding page elements, fading in, fading out, and replacing, appending, or prepending HTML to a page element. It also supports pseudo-effects for synchronization purposes like cancelling a parallel animation or waiting for a given period of time.
| Tags | Internet Web Software Development Libraries javascript framework |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | OS Independent |
| Implementation | JavaScript |