mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-01 12:30:19 +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,
|
hScroll: true,
|
||||||
vScroll: false,
|
vScroll: false,
|
||||||
//enableMultiClicks: true,
|
//enableMultiClicks: true,
|
||||||
|
transitionEasing: 'cubic-bezier(0.33,0.66,0.66,1)',
|
||||||
}).start()
|
}).start()
|
||||||
|
|
||||||
$('.viewer')
|
$('.viewer')
|
||||||
@ -157,7 +158,8 @@ $(document).ready(function(){
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// XXX stub...
|
// XXX stub...
|
||||||
setTransitionEasing($('.magazine'), 'ease-out')
|
//setTransitionEasing($('.magazine'), 'ease-out')
|
||||||
|
setTransitionEasing(mag, 'cubic-bezier(0.33,0.66,0.66,1)')
|
||||||
|
|
||||||
runMagazineTemplates()
|
runMagazineTemplates()
|
||||||
setCurrentPage(0)
|
setCurrentPage(0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user