moveSpeed

Specifies how fast the move command moves objects.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

set the moveSpeed to pixelsPerSecond

# Examples

set the moveSpeed to 20 -- slow

# Description

Use the moveSpeed property to change the speed of animation performed with the move command.

A moveSpeed of zero moves the objects directly to their destination, as though you had set the object location property rather than using the move command.

The moveSpeed property has no effect if you include the in time parameter in the move command. It only controls the speed of move commands that don't specify a time for the movement.

# Tags

# See

- **keyword:** integer - **property:** dragSpeed, location - **command:** move - **object:** control - **glossary:** object, command, property, parameter