ITIMEAnimationElement interface

Exposes method to describe the movement of animated elements.

Members

The ITIMEAnimationElement interface inherits from ITIMEElement. ITIMEAnimationElement also has these types of members:

  • Properties

Properties

The ITIMEAnimationElement interface has these properties.

Property Description

accumulate

Sets or gets a value that indicates whether the animation is cumulative.

additive

Sets or gets a value that indicates whether the animation is additive with other animations.

attributeName

Sets or gets the name of the element attribute to animate.

by

Sets or gets a relative offset value for an animation.

calcMode

Sets or gets the interpolation mode for the animation.

from

Sets or gets the starting value of an animation.

keySplines

Sets or gets a set of Bezier control points that define the interval pacing of an animation.

keyTimes

Sets or gets a list of time values used to control the pacing of an animation.

origin

Sets or gets the origin of motion for the animation.

path

Sets or retrieves a set of values that describe a path as a function of time.

targetElement

Sets or gets the target element to be animated.

to

Sets or retrieves the ending value of an animation.

values

Sets or retrieves a list of values of an animation.

 

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Mstime.h

IDL

Mstime.idl

DLL

Mstime.dll

See also

ITIMEElement

Introduction to HTML+TIME