scrollreveal
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -31,3 +31,3 @@ | ||
* ------------ | ||
* Version : 3.1.3 | ||
* Version : 3.1.4 | ||
* Website : scrollrevealjs.org | ||
@@ -145,3 +145,3 @@ * Repo : github.com/jlmakes/scrollreveal.js | ||
else if (typeof console !== 'undefined' && console !== null) { | ||
void 0; | ||
console.log('ScrollReveal is not supported in this browser.'); | ||
} | ||
@@ -158,3 +158,3 @@ | ||
*/ | ||
ScrollReveal.prototype.isSupported = function(){ | ||
ScrollReveal.prototype.isSupported = function() { | ||
var style = document.documentElement.style; | ||
@@ -205,3 +205,3 @@ return 'WebkitTransition' in style && 'WebkitTransform' in style | ||
if (!elements.length) { | ||
void 0; | ||
console.log('ScrollReveal: reveal on "'+ selector + '" failed, no elements found.'); | ||
return sr | ||
@@ -321,3 +321,3 @@ } | ||
} else { | ||
void 0; | ||
console.log('ScrollReveal: sync failed, no reveals found.'); | ||
} | ||
@@ -348,3 +348,3 @@ return sr | ||
else if (container && !sr.tools.isNode(container)) { | ||
void 0; | ||
console.log('ScrollReveal: Invalid container provided, using <html> instead.'); | ||
config.container = null; | ||
@@ -351,0 +351,0 @@ } |
@@ -42,3 +42,2 @@ var bower = require('bower-json'); | ||
.pipe(umd({ namespace: 'ScrollReveal', exports: 'this.ScrollReveal' })) | ||
.pipe(stripDebug()) | ||
.pipe(gulp.dest('dist')) | ||
@@ -45,0 +44,0 @@ }); |
{ | ||
"name" : "scrollreveal", | ||
"version" : "3.1.3", | ||
"version" : "3.1.4", | ||
"description" : "Easy scroll animations for web and mobile browsers.", | ||
@@ -5,0 +5,0 @@ "homepage" : "https://scrollrevealjs.org", |
@@ -23,3 +23,3 @@ [![ScrollReveal — Easy scroll animations for web and mobile browsers.](https://scrollrevealjs.org/assets/scrollreveal-repo-header.png)](https://scrollrevealjs.org) | ||
```html | ||
<script src="https://cdn.jsdelivr.net/scrollreveal.js/3.1.3/scrollreveal.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/scrollreveal.js/3.1.4/scrollreveal.min.js"></script> | ||
``` | ||
@@ -26,0 +26,0 @@ |
@@ -20,3 +20,3 @@ | ||
* ------------ | ||
* Version : 3.1.3 | ||
* Version : 3.1.4 | ||
* Website : scrollrevealjs.org | ||
@@ -146,3 +146,3 @@ * Repo : github.com/jlmakes/scrollreveal.js | ||
*/ | ||
ScrollReveal.prototype.isSupported = function(){ | ||
ScrollReveal.prototype.isSupported = function() { | ||
var style = document.documentElement.style; | ||
@@ -149,0 +149,0 @@ return 'WebkitTransition' in style && 'WebkitTransform' in style |
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
101887
1517