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',
|
||||
'transitionIn' : 'elastic',
|
||||
'transitionOut' : 'elastic',
|
||||
'easingIn' : 'easeOutBack',
|
||||
'easingOut' : 'easeInBack'
|
||||
'easingIn' : 'easeInQuad',
|
||||
'easingOut' : 'easeOutQuad'
|
||||
});
|
||||
})
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue