API Reference
New-ImageConsoleStoryPause
Creates a silent timeline pause for an ImagePlayground console story.
Remarks
Creates a silent timeline pause for an ImagePlayground console story.
Examples
Hold before showing the next command
PS>
New-ImageConsoleStoryPause -Seconds 0.8
The pause affects animated SVG, HTML, GIF, and APNG timelines.
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-ImageConsoleStoryPause -Seconds <Double> [<CommonParameters>]#All Parameter SetsParameters
- Seconds Double
- Pause duration in seconds.
Outputs
ImagePlayground.PowerShell.ImageConsoleStoryStep: Use the console story command, output, table, blank-line, pause, tab, and tab-selection cmdlets to create steps.