AnimationKeyframe
Experimental Class
Обзор класса
class AnimationKeyframe {
constructor(offset: number, styles: AnimationStyles)
offset : number
styles : AnimationStyles
}
Описание класса
AnimationKeyframe состоит из ряда стилей (содержащихся в AnimationStyles) и значения смещения, указывающего, когда эти стили применяются в пределах duration/delay/easing временных интервалов. AnimationKeyframe в основном является внутренним классом, который предназначен для использования вместе с Renderer.animate.
Конструктор
constructor(offset: number, styles: AnimationStyles)
Подробности класса
offset : number
styles : AnimationStyles
экспортировано из @angular/core/index, определено в @angular/core/src/animation/animation_keyframe.ts
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v2.angular.io/docs/ts/latest/api/core/index/AnimationKeyframe-class.html