I created a
.gif
animation in Photoshop, but the motion seems very “jumpy” instead of smooth. It’s just some text that rises. What can I do to make it a smooth move?
Answer
Most computer displays are 60hz (60 frames per second). The magic numbers you need for the Frame Delay are:
- 2 frames at 60hz = 0.0333333333th of a second = 0.03s frame delay.
- 3 frames at 60hz = 0.0666666667th of a second = 0.06s frame delay.
Most of the time, a 0.03 or 0.06 second frame delay is what you’ll be after.
Attribution
Source : Link , Question Author : dimundus , Answer Author : Marc Edwards