Skip to content

Commit af2e49f

Browse files
author
Austin Strange
committed
default-transition = swing
1 parent ca929bf commit af2e49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: js/magic-slider.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $.fn.magicSlider = function(settings) {
1818
settings = $.extend({
1919
autoHeight: true,
2020
autoHeightEaseDuration: 1000,
21-
autoHeightEaseFunction: "easeInOutExpo",
21+
autoHeightEaseFunction: "swing",
2222
autoSlide: false,
2323
autoCycle: false,
2424
autoSlideInterval: 7000,
@@ -34,7 +34,7 @@ $.fn.magicSlider = function(settings) {
3434
firstPanelToLoad: 1,
3535
panelTitleSelector: "h2.title",
3636
slideEaseDuration: 1000,
37-
slideEaseFunction: "easeInOutExpo",
37+
slideEaseFunction: "swing",
3838
slideDirection: "horizontal", // "horizontal" / "vertical"
3939
carousel: false
4040
}, settings);

0 commit comments

Comments
 (0)