WladiD / AnyiQuack

Animation framework for Delphi
62 stars 19 forks source link

Renamed MaxLifeTime as MaxAnimationLifeTime and moved it from the imp… #5

Closed edwinyzh closed 5 years ago

edwinyzh commented 5 years ago

…lementation section to the interface section, so that one can perform checking against it to avoid exception error messsages such as 'Delay (11000) must be lower than MaxLifeTime (10000)'

And fixed a typo.

edwinyzh commented 5 years ago

@WladiD, I see. Done the amendment. Thanks for this excellent lib.

WladiD commented 5 years ago

I'm curious to know, in what a project you use AnyiQuack.

Anything visible on the web?

edwinyzh commented 5 years ago

Among other things, I mostly use the notification window, it works very well, see a screenshot: https://screenpresso.com/=0Sp9e

Overall You have achieved a really smooth and versatile VCL animation mechanism.

WladiD commented 5 years ago

Very nice!

Thanks for your kudo and feedback!