TAnimTimer is a fast multi-threaded timer for animation. It behaves like a regular TTimer but has two differences:You can set it to go a lot faster. If the computer isn't up to the speed you ask of it, it will do the best it can.It never interferes with user-responsiveness. This timer runs at a priority level slightly lower than that of the user interface. Hence your timer events will never make the application appear sluggish. |