superfly-timeline
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="7.0.2"></a> | ||
## [7.0.2](https://github.com/SuperFlyTV/supertimeline/compare/7.0.1...7.0.2) (2019-04-07) | ||
<a name="7.0.1"></a> | ||
@@ -7,0 +12,0 @@ ## [7.0.1](https://github.com/SuperFlyTV/supertimeline/compare/7.0.0...7.0.1) (2019-04-07) |
{ | ||
"name": "superfly-timeline", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "A collection of rules as well as a resolver for placing objects on a virtual timeline.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# SuperFly-Timeline | ||
@@ -20,2 +21,3 @@ [![CircleCI](https://circleci.com/gh/SuperFlyTV/supertimeline.svg?style=svg)](https://circleci.com/gh/SuperFlyTV/supertimeline) | ||
[Try it in JSFiddle!](https://jsfiddle.net/nytamin/rztp517u/) | ||
```javascript | ||
@@ -118,2 +120,3 @@ var Timeline = require("superfly-timeline"); | ||
**Examples** | ||
```javascript | ||
@@ -127,2 +130,4 @@ { | ||
``` | ||
[Try it in JSFiddle!](https://jsfiddle.net/nytamin/kq6wfcov/) | ||
```javascript | ||
@@ -135,2 +140,3 @@ { | ||
``` | ||
[Try it in JSFiddle!](https://jsfiddle.net/nytamin/qjw7hL5x/) | ||
@@ -171,2 +177,3 @@ ## State & Layers | ||
``` | ||
[Try it in JSFiddle!](https://jsfiddle.net/nytamin/excb84ky/) | ||
@@ -201,10 +208,13 @@ ## References | ||
``` | ||
[Try it in JSFiddle!](https://jsfiddle.net/nytamin/2jmsgu6h/) | ||
```javascript | ||
{ | ||
enable: { | ||
while: '#sun & !(#moon | #jupiter ) ', // Enable while #sun (but not #moon or #jupiter) are enabled. | ||
while: '#sun & #moon & !#jupiter', // Enable while #sun and #moon, but not #jupiter | ||
} | ||
} | ||
``` | ||
[Try it in JSFiddle!](https://jsfiddle.net/nytamin/nuobkgdw/) | ||
-------- | ||
@@ -259,6 +269,7 @@ | ||
start: 10, | ||
duration: 10 | ||
duration: 10, | ||
repeat: 20 // Repeat every 20 seconds, so will start at 10, 30, 50 etc... | ||
}, | ||
content: {}, | ||
isGroup: true, | ||
children: [{ | ||
@@ -277,2 +288,3 @@ id: 'child0', | ||
``` | ||
[Try it in JSFiddle!](https://jsfiddle.net/nytamin/ydznup0k/) | ||
@@ -279,0 +291,0 @@ --- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
189661
285