Jump to content
Search Community

Search the Community

Showing results for tags 'artifacts ipad ie'.

  • 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. We are seeing some strange artifacts when animating an object. We have a small image that we bob up and down using TimelineMax. Here's the code: this.tabButtonTimeline = new TimelineMax({repeat:-1, delay:1, repeatDelay:0.5}); this.tabButtonTimeline.to(this.tabButton, 0.1, {y:-4}).to(this.tabButton, 0.2, {y:0, ease:Power1.easeOut}); On an iPad, while this small button is animating, a block of text elsewhere on the screen has a slight distortion that changes in time with the animation. It looks like half of each line of text shifts up and down a pixel. On IE, our client is observing an "x" symbol that appears and disappears in time with the animation. We are unabel to reproduce this one, but our client has shown us a video of it. Could this be the result of force3D? Would turning it off eliminate these issues?
×
×
  • Create New...