Jump to content
Search Community

Search the Community

Showing results for tags 'colorTransform Tweenmax bug'.

  • 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. im getting weird black 1px border around my images when i do colorTransform, here's the ss // and the code var image:Bitmap = Bitmap(e.target.content);//loader.content); image.smoothing=true; image.x = image.y = -21; if(image.width > 42) { image.width = image.height = 42; } addChild(image); image.alpha = 0; TweenMax.to(image, 0, {colorTransform:{exposure:1.8}}); TweenMax.to(image, 1, {alpha: 1}); TweenMax.to(image, 1, {colorTransform:{exposure:1}, delay: 1});
×
×
  • Create New...