AnimTree

Ingredients

Each demo has the following components.

  1. A tree in the HTML
  2. The JavaScript files

    You must include the javascript files in this order:

    <script src="/js/AnimTree/src/utils.js" type="text/javascript"></script>
    <script src="/js/AnimTree/src/treeparams.js" type="text/javascript"></script>
    <script src="/js/AnimTree/src/AnimTree.js" type="text/javascript"></script>

    If you change the order of the files, it will not work. Do not do this.

    Put global.js on your server. File global.js is for poor Mac IE. You'll change the parameter LISTENER_SCRIPT_SRC in TreeParams to point to this file.

  3. A TreeParams object that can be modified (to control the behavior of the tree).
  4. A CSS file that can be modified
  5. Some (optional) images (these are included in the package), you may also create your own images in a graphics program.

    closed menu open menu blue closed menu blue open menu no menu blue no menu

Next in this tutorial:

 

*AnimTree
*Tabs
*GlideMenus
*DragLib