mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 03:00:09 +00:00
doing magic testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6ccc997d23
commit
7d0161bf7f
@ -128,6 +128,7 @@ $(document).ready(function(){
|
||||
hScroll: true,
|
||||
vScroll: false,
|
||||
//enableMultiClicks: true,
|
||||
transitionEasing: 'cubic-bezier(0.33,0.66,0.66,1)',
|
||||
}).start()
|
||||
|
||||
$('.viewer')
|
||||
@ -157,7 +158,8 @@ $(document).ready(function(){
|
||||
*/
|
||||
|
||||
// XXX stub...
|
||||
setTransitionEasing($('.magazine'), 'ease-out')
|
||||
//setTransitionEasing($('.magazine'), 'ease-out')
|
||||
setTransitionEasing(mag, 'cubic-bezier(0.33,0.66,0.66,1)')
|
||||
|
||||
runMagazineTemplates()
|
||||
setCurrentPage(0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user