Jump to content
Search Community

Search the Community

Showing results for tags 'half image'.

  • 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. Hello I'm using rotationX on a png. I only see half the png on rotation. When it stops I see the whole image. See something missing in the code? Thanks TweenLite.set(pie, {perspective:800, transformPerspective:800}); var tl; tl = new TimelineLite({}); tl.to(pie, .5, {autoAlpha:1, immediateRender:false}) .from(pie, 1.5, {x:"-=100", scale:1.5, rotationX: 90, transformOrigin:"left center", ease:Power2.easeInOut}, "-=.5")
×
×
  • Create New...