@titelmedia/bricks-age-gate
Advanced tools
Comparing version 0.3.37 to 0.3.38
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.3.38](https://github.com/titel-media/bricks-lerna/compare/v0.3.37...v0.3.38) (2022-01-26) | ||
**Note:** Version bump only for package @titelmedia/bricks-age-gate | ||
## [0.3.37](https://github.com/titel-media/bricks-lerna/compare/v0.3.36...v0.3.37) (2022-01-26) | ||
@@ -8,0 +16,0 @@ |
@@ -57,7 +57,7 @@ "use strict"; | ||
tlRef.current = _all.gsap.timeline().to(rootRef, { | ||
duration: 0.4, | ||
filter: 'blur(15px)' | ||
duration: 1, | ||
filter: 'blur(15px) hue-rotate(135deg) brightness(5.5)' | ||
}).from(containerRef.current, { | ||
opacity: 0, | ||
duration: 0.4 | ||
duration: 1 | ||
}, "<"); | ||
@@ -69,8 +69,8 @@ }; | ||
tlRef.current = _all.gsap.timeline().to(rootRef, { | ||
duration: 0.4, | ||
filter: 'blur(0)' | ||
duration: 1, | ||
filter: 'blur(0) hue-rotate(0deg) brightness(1)' | ||
}).to(containerRef.current, { | ||
opacity: 0, | ||
display: 'none', | ||
duration: 0.4 | ||
duration: 1 | ||
}, "<"); | ||
@@ -77,0 +77,0 @@ (0, _bodyScrollLock.enableBodyScroll)(rootRef); |
@@ -42,5 +42,5 @@ import React, { useEffect, useRef, useState } from 'react'; | ||
.to(rootRef, { | ||
duration: 0.4, | ||
filter: 'blur(15px)'}) | ||
.from(containerRef.current, { opacity: 0, duration: 0.4}, "<"); | ||
duration: 1, | ||
filter: 'blur(15px) hue-rotate(135deg) brightness(5.5)'}) | ||
.from(containerRef.current, { opacity: 0, duration: 1}, "<"); | ||
}; | ||
@@ -53,5 +53,5 @@ | ||
.to(rootRef, { | ||
duration: 0.4, | ||
filter: 'blur(0)'}) | ||
.to(containerRef.current, { opacity: 0, display: 'none', duration: 0.4}, "<"); | ||
duration: 1, | ||
filter: 'blur(0) hue-rotate(0deg) brightness(1)'}) | ||
.to(containerRef.current, { opacity: 0, display: 'none', duration: 1}, "<"); | ||
enableBodyScroll(rootRef); | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "@titelmedia/bricks-age-gate", | ||
"version": "0.3.37", | ||
"version": "0.3.38", | ||
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", | ||
@@ -33,3 +33,3 @@ "keywords": [], | ||
"homepage": "https://github.com/titel-media/bricks-lerna#readme", | ||
"gitHead": "98d0e82e21e8a7275543a3bf5bb349f40fd40ec1" | ||
"gitHead": "9696bc5a0aa0425455f3d5f0e064533c1958fc0e" | ||
} |
Sorry, the diff of this file is not supported yet
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
22749