Show
Ignore:
Timestamp:
06/13/08 18:19:55 (5 months ago)
Author:
dante
Message:

monster commit: refs #6963 - API change with deprecation. dojox.fx.easing is now called dojo.fx.easing, and all projects in dojox using
easing by default have been updated. API shim in place for dojox.fx.easing, just an alias and dojo.deprecated() which will probably have
to live until 2.0 (on pricipal, but is unnecessary in real life i think) ...

also adds a default "fx" build profile I find myself using often

also updates chart2d events to use a more subtle easing function by default (still configurable), now using backOut as compared to elasticOut (which
looks choppy imho on small delta animations)

I _think_ I got everything, less dojoc/ -- so we'll have to do that separate.

just to be safe:
!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/widget/tests/test_FisheyeLite.html

    r13684 r14002  
    8484                                                fontSize:1.75 
    8585                                        }, 
    86                                         easeOut: dojox.fx.easing.backInOut, 
     86                                        easeOut: dojo.fx.easing.backInOut, 
    8787                                        durationOut: 500 
    8888                                });