Jump to content
Search Community

Search the Community

Showing results for tags 'rotation 3d'.

  • 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. Hi All, I have a semi-simple rotation, that increases on it's previous rotation each time. e.g Spin 620deg, next time spin from 620deg to 1350deg. I'm using the jquery gsap plugin --> https://greensock.com/jquery-gsap-plugin wheelObj.animate( { transform: "translate3d( 0, 0, 0 ) rotate3d( 0, 0, 1, " + rotationAmount + "deg )" // rotationZ : rotationAmount }, { duration: wheelObj.duration, easing: "easeInOutQuad", complete: _THIS.spinWheelToComplete } ); The rotationZ that is commented out worked perfectly fine, it would spin to 620 then to 1350 and so on. But it doesn't go too well on some android devices, and gets juddery and slows. So to optimise I'm going for the transform - rotate3d option that should. The only problem is, something is being 'too' clever, say it's told to rotate to 450deg, it will only rotate the 90deg instead of all the way round once, then another 90. I hope someone can help with this as I've looked everywhere and nobody seems to have come across this before. Thanks in advance Matt
×
×
  • Create New...