mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 11:10:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5b2523db6d
commit
3114ffe707
@ -218,7 +218,7 @@ function getPageAt(n){
|
|||||||
|
|
||||||
function shiftMagazineTo(offset){
|
function shiftMagazineTo(offset){
|
||||||
var mag = $('.magazine')
|
var mag = $('.magazine')
|
||||||
var scale = getMagazineScale()
|
var scale = getPageScale()
|
||||||
if(USE_TRANSFORM){
|
if(USE_TRANSFORM){
|
||||||
var transform = 'translate('+ offset +'px, 0px) scale('+ scale +') translateZ(0px)'
|
var transform = 'translate('+ offset +'px, 0px) scale('+ scale +') translateZ(0px)'
|
||||||
mag.css({
|
mag.css({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user