@progress/kendo-angular-navigation
Version:
Kendo UI Navigation for Angular
16 lines (15 loc) • 697 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* Represents the settings of the opening and closing animations for the ActionSheet ([see example](slug:animations_actionsheet)).
*/
export interface ActionSheetAnimation {
/**
* Specifies the duration of the ActionSheet opening and closing animations in milliseconds.
*
* @default 300
*/
duration?: number;
}