Jump to content
Search Community

Ralph

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Ralph

  1. Thank you very much for your detailed input! I got it working by setting the "z" value to 1000. TweenLite.to(box, 1, { rotationY: xPos * data_xPos, rotationX: yPos * data_yPos, z: 1000, });
  2. Good day, Can someone help me solving the issue? Have been looking for multiple solution and i don't want to end up using javascript safari hacks. My sample pen works in other browsers but safari. Many thanks in advance.
×
×
  • Create New...