Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Turtle
0.1.8
Types/Turtle/get_Duration.ps1
<#
.SYNOPSIS
Gets the duration
.DESCRIPTION
Gets the default duration of animations and morphs.
#>
if
(
$this
.
'.Duration'
)
{
return
$this
.
'.Duration'
}
return