OpenLayers OpenLayers

Changeset 6097

Show
Ignore:
Timestamp:
02/08/08 08:09:58 (10 months ago)
Author:
pgiraud
Message:

adds tween and easing classes (with algorithms from Robert Penner) to handle animation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/doc/authors.txt

    r6037 r6097  
    3535Some portions of OpenLayers are used under the MIT license, availabie in  
    3636doc/licenses/MIT-LICENSE.txt. 
     37 
     38Some portions of OpenLayers are Copyright 2001 Robert Penner, and are used  
     39under the BSD license, available in doc/licenses/BSD-LICENSE.txt 
  • trunk/openlayers/lib/OpenLayers.js

    r5921 r6097  
    8080            "OpenLayers/BaseTypes/Size.js", 
    8181            "OpenLayers/Console.js", 
     82            "OpenLayers/Tween.js", 
    8283            "Rico/Corner.js", 
    8384            "Rico/Color.js", 
  • trunk/openlayers/tests/list-tests.html

    r6033 r6097  
    110110    <li>Renderer/test_VML.html</li> 
    111111    <li>test_Map.html</li> 
     112    <li>test_Tween.html</li> 
    112113</ul>