Share Posted March 11, 2016 Hello, I'm animating a spritesheet which works fine except I'm getting quick flicker when the animation starts. I've set up a codepen for review. Any ideas would be helpful - thanks! See the Pen QNEobQ by mfro (@mfro) on CodePen Link to comment Share on other sites More sharing options...
Share Posted March 11, 2016 Hi kleeman your tween should be to -(sprite width-(sprite width / frames)) with ease : SteppedEase.config( frames-1 ) pls check this out : See the Pen mPEgVL by MAW (@MAW) on CodePen 4 Link to comment Share on other sites More sharing options...
Author Share Posted March 11, 2016 Thank you Diaco! This is exactly what I needed. Link to comment Share on other sites More sharing options...
Author Share Posted March 12, 2016 I actually have one more question on this. If you look closely you'll see when the car starts to move it's as if the image gets sharper like there's a subpixel rendering issue - does anyone know what is causing that? here's the codepen: See the Pen QNEobQ by mfro (@mfro) on CodePen Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now