/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * Specifies the animation settings of the ProgressBar. */ export interface ProgressBarAnimation { /** * Specifies the duration of the ProgressBar animation. Defaults to `400`. */ duration: number; }