\Kendo\UI\ProgressBarAnimation

A PHP class representing the animation setting of ProgressBar.

Methods

duration

The duration of each progress animation in milliseconds.

Returns

\Kendo\UI\ProgressBarAnimation

Parameters

$value float

Example

<?php
$animation = new \Kendo\UI\ProgressBarAnimation();
$animation->duration(1);
?>
In this article
Not finding the help you need?