Foros del Web » Creando para Internet » CSS »

Webkit Multiple img tags with translate3d crash or not renderer

Estas en el tema de Webkit Multiple img tags with translate3d crash or not renderer en el foro de CSS en Foros del Web. 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 ...
  #1 (permalink)  
Antiguo 10/06/2014, 06:33
 
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/
  #2 (permalink)  
Antiguo 10/06/2014, 08:02
 
Fecha de Ingreso: noviembre-2010
Ubicación: Córdoba
Mensajes: 119
Antigüedad: 13 años, 5 meses
Puntos: 8
Respuesta: Webkit Multiple img tags with translate3d crash or not renderer

You speak spanish?
  #3 (permalink)  
Antiguo 10/06/2014, 08:11
Avatar de pzin
Moderata 😈
 
Fecha de Ingreso: julio-2002
Ubicación: Islas Canarias
Mensajes: 10.488
Antigüedad: 21 años, 8 meses
Puntos: 2114
Respuesta: Webkit Multiple img tags with translate3d crash or not renderer

Mejor pon el post en español. Que copiar y pegar está bien si vas de foro en foro y tienen el mismo idioma.

Última edición por pzin; 10/06/2014 a las 12:05 Razón: gramática
  #4 (permalink)  
Antiguo 10/06/2014, 08:22
 
Fecha de Ingreso: octubre-2010
Mensajes: 73
Antigüedad: 13 años, 6 meses
Puntos: 0
Respuesta: Webkit Multiple img tags with translate3d crash or not renderer

Jaja si perdón, ya estoy re quemado con esto.

El problema es el siguiente, necesito hacerle un escalado a 8 imágenes bastante grandes para hacer un efecto de zoom + blur + paneo y luego uso html2canvas para hacerle un screenshot a la imágen final.

El problema es que si no uso hardware acelerado el escalado lo hace extremadamente lento pero cuando le pongo un scale3d o translate3d, en webkit me hace ese defecto como que no renderiza algunas imágenes.
__________________
Página Principal: http://www.almightysystem.com.ar/

Etiquetas: css3, webkit
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 07:09.