
Ryszard
-
Posts
3 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by Ryszard
-
-
Adding
-webkit-backface-visibility: hidden;
to the moving element's style can sometimes help with this. It also can't hurt to upgrade your GSAP files to the latest version.Well that solved the "traces" problem, but the object won't change colors anymore. I've tried a seperate element, but it still leaves those linse. Strange thing is then I select them (highlight) the disapear.
-
I'm using a simple animation on a object
TweenMax.fromTo($('#navigation .active-field'), actFieldSpeed, {css: {top: ((index - 1) * 1.5) + 'rem', backgroundColor: prevColor}, immediateRender: true}, {css: {top: ((index ) * 1.5) + 'rem', backgroundColor: altColor}})
Problem is, that it leaves traces of of object's background in WebKit-based browsers under reverse animation. What can be cause of that? http://studijaodri.lt/klientai/musu/#digital_agency
Obj animation leaves background traces in WebKit
in GSAP
Posted
I've noticed that bug appears when the window is scrolling up. I've used the .reverse() funtion on the object, and it got back without a traces.
That's preatty unpleasant situation, I've could do a workaround - try to change colours with Raphael, but I can't find a way to "fire" the function on the .reverse() call.
If you noticed, I'm using superscrollorama plugin.