create-caspar-graphics
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "create-caspar-graphics", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "CLI tool to bootstrap CasparCG graphics with no configuration", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,13 +6,2 @@ import React from 'react' | ||
componentDidMount() { | ||
this.props.timeline.from(this.el, 0.6, { opacity: 0, x: '-=30' }) | ||
} | ||
componentWillLeave(callback) { | ||
this.props.timeline | ||
.eventCallback('onReverseComplete', callback) | ||
.timeScale(2) | ||
.reverse() | ||
} | ||
render() { | ||
@@ -19,0 +8,0 @@ const { text } = this.props.data |
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
11034
353