UNPKG

@progress/kendo-angular-layout

Version:

Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts

34 lines (33 loc) 838 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export const MOUSE_SCROLL_SPEED = 10; /** * @hidden */ export const BUTTON_SCROLL_SPEED = 100; /** * @hidden */ export const SCROLLABLE_CLASS = 'k-tabstrip-scrollable'; /** * @hidden */ export const HIDDEN_CLASS = 'k-hidden'; /** * @hidden */ export const DIRECTION_CLASSES = { left: 'caret-alt-left', right: 'caret-alt-right', up: 'caret-alt-up', down: 'caret-alt-down' }; /** * @hidden */ export const DEFAULT_SCROLL_BEHAVIOR = 'smooth';