I have some questions about using smooth(); and noSmooth(); if anyone can help.
I am loading images from flickr. Using smooth(); makes them look good.
When you type and press enter, it displays text and searches for a new batch of flickr photos. After a few moments, I initiate an animation that will clear the search field. The text goes down and fades out (color and alpha) simultaneously.
When smooth is on, the animation is slow and jittery. When smooth is off, the animation is great but the pictures look bad.
I've tried using smooth, and then noSmooth when the animation gets executed. But it doesn't just apply to the image, the entire screen is noSmooth, making the image blocky again.
My code is kind of a mess right now, so if you think seeing it will help you understand the problem I will post it. But for now I just wanted to know how people handle animating text, do so with multiple assets, use (or don't use) the smooth/noSmooth functions, and if those functions can be assigned to individual elements.
1