Less radical easing curve
This commit is contained in:
parent
f3f1f90e57
commit
b19fae9f12
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ $(document).ready(function() {
|
||||||
'titlePosition' : 'inside',
|
'titlePosition' : 'inside',
|
||||||
'transitionIn' : 'elastic',
|
'transitionIn' : 'elastic',
|
||||||
'transitionOut' : 'elastic',
|
'transitionOut' : 'elastic',
|
||||||
'easingIn' : 'easeOutBack',
|
'easingIn' : 'easeInQuad',
|
||||||
'easingOut' : 'easeInBack'
|
'easingOut' : 'easeOutQuad'
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue