Skip to content

Commit

Permalink
Merge pull request #271 from VKCOM/vkui-270
Browse files Browse the repository at this point in the history
Перенос документации по токенам в jsdoc
  • Loading branch information
8coon authored Nov 3, 2022
2 parents 77ee6a6 + 5dcddbc commit 7748e9b
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 4 deletions.
20 changes: 20 additions & 0 deletions src/interfaces/general/animations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,28 @@ export interface Animations {
* @tags animation
*/
animationEasingDefault: Property.TransitionTimingFunction;

/**
* @desc Параметры кривой анимации в зависимости от платформы
* @tags animation
*/
animationEasingPlatform: Property.TransitionTimingFunction;

/**
* @desc Длительность анимации (минимальное значение)
* @tags animation
*/
animationDurationS: string;

/**
* @desc Длительность анимации (среднее значение)
* @tags animation
*/
animationDurationM: string;

/**
* @desc Длительность анимации (максимальное значение)
* @tags animation
*/
animationDurationL: string;
}
Loading

0 comments on commit 7748e9b

Please sign in to comment.