Jump to content
Search Community

Search the Community

Showing results for tags 'chrome firefox'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  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...