superfly-timeline
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="6.0.3"></a> | ||
## [6.0.3](https://github.com/SuperFlyTV/supertimeline/compare/6.0.2...6.0.3) (2018-11-07) | ||
### Bug Fixes | ||
* Create TimelineTrigger interface for trigger property ([a497393](https://github.com/SuperFlyTV/supertimeline/commit/a497393)) | ||
<a name="6.0.2"></a> | ||
@@ -7,0 +17,0 @@ ## [6.0.2](https://github.com/SuperFlyTV/supertimeline/compare/6.0.1...6.0.2) (2018-10-30) |
import { TriggerType, TraceLevel, EventType } from '../enums/enums'; | ||
export interface TimelineTrigger { | ||
type: TriggerType; | ||
value: number | string; | ||
} | ||
export interface TimelineObject { | ||
id: ObjectId; | ||
trigger: { | ||
type: TriggerType; | ||
value: number | string; | ||
}; | ||
trigger: TimelineTrigger; | ||
duration?: number | string; | ||
@@ -9,0 +10,0 @@ LLayer: string | number; |
{ | ||
"name": "superfly-timeline", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "A collection of rules as well as a resolver for placing objects on a virtual timeline.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
187317
1832