Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

superfly-timeline

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superfly-timeline - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

5

CHANGELOG.md

@@ -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)

2

package.json
{
"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 @@ ---

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc