API Reference
New-ImageVisualMotionCue
Creates one named motion cue for an animated ChartForgeX visual story.
Remarks
Use this cmdlet inside the MotionDefinition block of New-ImageVisualStory. Each cue targets the stable id assigned to a visual-grid panel or the built-in title and subtitle targets.
Examples
Reveal the story title
PS>
New-ImageVisualMotionCue -TargetId title -Effect Reveal -DurationSeconds 0.9
Creates a restrained left-to-right title reveal with the default emphasized easing.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-ImageVisualMotionCue [-DelaySeconds <Double>] [-DistancePixels <Double>] [-DurationSeconds <Double>] [-Easing <Linear|EaseOut|EaseInOut|Emphasized>] -Effect <Fade|Rise|Reveal|Scale|Pulse> -TargetId <String> [<CommonParameters>]#All Parameter SetsParameters
- DelaySeconds Double
- Delay before the cue starts, in seconds.
- DistancePixels Double
- Travel distance used by positional effects, in pixels.
- DurationSeconds Double
- Cue duration, in seconds.
- Easing VisualMotionEasing
- Timing curve used by the cue.
- Possible values:
Linear,EaseOut,EaseInOut,Emphasized - Effect VisualMotionEffect
- Entrance or emphasis effect.
- Possible values:
Fade,Rise,Reveal,Scale,Pulse - TargetId String
- Stable panel id, or the built-in title or subtitle target.
Outputs
ChartForgeX.Motion.VisualMotionCue