Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/06/2014, 06:33
Onsterion
 
Fecha de Ingreso: octubre-2010
Mensajes: 73
Antigüedad: 13 años, 6 meses
Puntos: 0
Pregunta Webkit Multiple img tags with translate3d crash or not renderer

i have 8 images, separate in layers (div's) for add effects, zoom, focus, panning, etc. and than take a screenshot with canvas.

The problem is when i use 3d acceleration for zoom the 8 images in chrome i have this issue.

SO: Windows 8.1
Chrome Ver :36.0.1985.49 beta-m / Ver 35 same problem

Código:
$('.ImageManipulation img').css({
    "transform": "scale3d("+ (1 + ZoomValue) +", "+ (1 + ZoomValue) +", 1)",
    "-webkit-transform": "scale3d("+ (1 + ZoomValue) +", "+ (1 + ZoomValue) +", 1)",
    "-moz-transform": "scale3d("+ (1 + ZoomValue) +", "+ (1 + ZoomValue) +", 1)"
}
);



Link: http://image.gxzone.com/images/4/5/455c81b0513.jpg



Any recommendation?


Sorry for my english.-
__________________
Página Principal: http://www.almightysystem.com.ar/