Skip to content

Commit

Permalink
default-transition = swing
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Strange committed Feb 12, 2012
1 parent ca929bf commit af2e49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/magic-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $.fn.magicSlider = function(settings) {
settings = $.extend({
autoHeight: true,
autoHeightEaseDuration: 1000,
autoHeightEaseFunction: "easeInOutExpo",
autoHeightEaseFunction: "swing",
autoSlide: false,
autoCycle: false,
autoSlideInterval: 7000,
Expand All @@ -34,7 +34,7 @@ $.fn.magicSlider = function(settings) {
firstPanelToLoad: 1,
panelTitleSelector: "h2.title",
slideEaseDuration: 1000,
slideEaseFunction: "easeInOutExpo",
slideEaseFunction: "swing",
slideDirection: "horizontal", // "horizontal" / "vertical"
carousel: false
}, settings);
Expand Down

0 comments on commit af2e49f

Please sign in to comment.