DgsStopAniming

From Multi Theft Auto: Wiki

This function allow us to stop the animation of dgs element by dgsAnimTo.

Syntax

bool DgsStopAniming( element dgsElement )

Required Arguments

  • dgsElement: The DGS element to stop.

Returns

Returns true if succeed, false otherwise.

Example

DGS = exports.dgs

parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false)	--Create a window
DGS:dgsAnimTo(parent,"titlesize",50,_,5000)
setTimer(function()
	DgsStopAniming( parent )
end,1000,3)

See Also

Multi Language Supports

Animation

3D Interface

3D Text

Arrow List

Browser

Button

Check Box

Combo Box

Edit

Ellipse Detect Area

Detect Area

Grid List

Image

Memo

Label

Progress Bar

Radio Button

Scroll Bar

Scroll Pane

Switch Button

Tab Panel

Window

Plugin

Media Browser

Rounded Rectangle

Color Picker

Blur Box

Effect 3D