Jump to content
Search Community

ps3

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by ps3

  1. When I apply this code to a div it works in both firefox and chrome

     

     
          TweenMax.to(test, .1, {rotationX:90});
          TweenMax.from(test, 2, {delay:3, rotationX:450, transformOrigin:'right center'});
     
    When applied to a SVG group (of elements) 
    it works in chrome but NOT firefox
     
    other transfoms appied to SVG groups work in both browsers
    TweenMax.from(pathone, 2, {delay: 1,scaleX:0, scaleY:0, });
    // hide sign 4 then rotate in
    TweenMax.from(pathfour, 2, {delay: 4,scaleX:0, scaleY:0, });
    TweenMax.from(pathfour, 3, {delay: 4,rotation: 90, });
     
    Latest version of each browser
    Not sure what I have wrong here
     
    Thanks for any help
    PS3
×
×
  • Create New...