|
@@ -39,8 +39,8 @@ $(document).ready(function () {
|
|
|
var $switcher = $(this).parent();
|
|
|
var switcherWidth = $switcher.outerWidth();
|
|
|
$switcher.css({ position: 'relative' })
|
|
|
- .fadeTo('fast', 0.2)
|
|
|
- .animate({left: paraWidth - switcherWidth}, 'slow')
|
|
|
+ .fadeTo('fast', 0.1)
|
|
|
+ .animate({left: paraWidth - switcherWidth}, {duration: 'slow', queue: false})
|
|
|
.fadeTo('slow', 1.0)
|
|
|
.slideUp('slow')
|
|
|
.slideDown('slow')
|