Links
EControl Syntax Editor SDK
TSyntAnimation Class

Represents animation properties container for TCustomSyntaxMemo.

TSyntAnimation = class(TPersistent);

ecSyntMemo

Animation is used to mark out any position in text using intrinsic or user defined animation. 

Specify properties that specify animation type for bookmark and marker jumps (BookmarAnim and MarkerAnim). 

 

Radius specifies initial dimensions of the animation shape. During each step of dimensions of the animation shape are reduced on Step. Interval property specifies interval between animation steps. When animation shape size is equal or less than 0 animation is stopped. 

Topic 
Description 
The methods of the TSyntAnimation class are listed here. 
The properties of the TSyntAnimation class are listed here. 
 
Method 
 
virtual 
 
Property 
TSyntAnimation Methods 
Description 
Starts animation for specified point in syntax memo coordinates. 
Creates and initializes a TSyntAnimation instance. 
Destroys an instance of TSyntAnimation. 
Breaks animation. 
TSyntAnimation Properties 
Description 
Specifies animation type (shape) to animate bookmark jumps. 
Specifies whether animation is enabled. 
Specifies interval between animation steps. 
Specifies animation type (shape) to animate marker jumps. 
Specifies initial dimensions of the animation shape. 
Step 
Specifies animation shape size reducing step. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!