Answer:
MooTools provides the user with a number of advantages over native JavaScript. These include:
► An extensible and modular framework allowing developers to choose their own customized combination of components.
► MooTools follows object-oriented practices and the DRY principle.
► An advanced effects component, with optimized transitions such as easing equations used by many Flash developers.
► Enhancements to the DOM, enabling developers to easily add, modify, select, and delete DOM elements. Storing and retrieving information with Element storage is also supported.
► An extensible and modular framework allowing developers to choose their own customized combination of components.
► MooTools follows object-oriented practices and the DRY principle.
► An advanced effects component, with optimized transitions such as easing equations used by many Flash developers.
► Enhancements to the DOM, enabling developers to easily add, modify, select, and delete DOM elements. Storing and retrieving information with Element storage is also supported.
Previous Question | Next Question |
Explain MooTools browser compatibility? | Suppose we want to use mootools on our website for other effects but we need more components. What can we do? |