AnyiQuack
1.0.0
ОБЪЕКТА- (ОСНОВАЯ ИСПОЛЬЗОВАНИЯ ИСПОЛЬЗОВАНИЯ ОБРАЗОВАНИЯ С закрытыми, используя наиболее современные шаблоны дизайна ООП для Delphi> = 2010. Anyiquack идеально подходит для независимой и распределенной параметрической анимации, но точная цель не указана.
uses
..., AnyiQuack, AQPControlAnimations;
// Place some buttons and other controls on the form
procedure TForm1.Button1Click (Sender: TObject);
begin
// Take the form
Take(Form1)
// Takes all children of Form1 recursive (=True)
.ChildrenChain(True)
// Create a chain with only containing TButton descendants
.FilterChain(TButton)
// If there are already running animations (on the contained buttons)
// in the chain, finish them
.FinishAnimations
// Create a plugin chain
.Plugin<TAQPControlAnimations>
// Play a shake animation on all contained buttons
.ShakeAnimation( 1 , 10 , 2 , 5 , 300 );
end ;Вики начинается и может быть полезно когда -нибудь: вики для anyiquack