!
!  ----------------------------------------------------------------
!               ANIMATE OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   animate object.  These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Animate" there.
!
!   Note that most of the settings here are commented out. In most cases,
!   we don't *really* want to specify the resource, but rather just want 
!   to show how it would be specified *if we did*.  In fact, many of the
!   resource values specified are the default values, so nothing would change
!   in appearance even if you un-commented the lines.  On one hand, we are 
!   trying to provide a nice app-defaults file for you to use as a
!   model when specifying resources for the Animate object; on the other hand,
!   we don't *actually* want to set resources un-necessarily (it is very 
!   expensive to set resources, not something you do unless it is important).
!
!  ----------------------------------------------------------------
! 
!   INHERITANCE:	manager -> graphics -> color -> image -> animate
!
!   CLASS-SPECIFIC RESOURCES: 	animateUpdatetime
!			      	animateControl 
!				animateDirection
!
!   SUB-PARTS:          The Animate object has no sub-parts.
!

!
! Corresponding Attribute: XVW_ANIMATE_UPDATETIME
! Time interval, in seconds, which will elapse before the animation object 
! is updated with the next image in the sequence.
!
!*Animate.animateUpdatetime: 1.0

!
! Corresponding attribute: XVW_ANIMATE_CONTROL
! See manual for explanation.  Values include:
!	KANIMATE_CONTROL_LOOP         1
! 	KANIMATE_CONTROL_SINGLE       2
! 	KANIMATE_CONTROL_AUTOREVERSE  3
!
!*Animate.animateControl: 1

!
! Corresponding attribute: XVW_ANIMATE_DIRECTION
! See manual for explanation. Values include:
!	KANIMATE_DIRECTION_STOP      1
!	KANIMATE_DIRECTION_PREVIOUS  2
!	KANIMATE_DIRECTION_NEXT      3
!	KANIMATE_DIRECTION_REVERSE   4
!	KANIMATE_DIRECTION_FORWARD   5
!
!*Animate.animateDirection: 1
