for now, removed any difference between framework transition defaults and the docs. We might want to bring this back and recommend it though - I'm not sure how easy it'll be to bring it in standard with the ability to configure.

This commit is contained in:
scottjehl 2011-12-29 21:30:31 +07:00
parent 1e6e411278
commit 4bb63a315c

View file

@ -52,8 +52,8 @@ function setDefaultTransition(){
$(function(){
setDefaultTransition();
$( window ).bind( "throttledresize", setDefaultTransition );
//setDefaultTransition();
//$( window ).bind( "throttledresize", setDefaultTransition );
});