@titelmedia/bricks-interview
Advanced tools
Comparing version 1.10.1 to 1.11.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.11.0](https://github.com/titel-media/bricks-lerna/compare/v1.10.5...v1.11.0) (2023-03-31) | ||
### Features | ||
- Updated Interview to now have configurable fade in timing ([c6f8813](https://github.com/titel-media/bricks-lerna/commit/c6f8813ea0f1f7bad5504af82b85345a4f2d0efa)) | ||
## [1.10.1](https://github.com/titel-media/bricks-lerna/compare/v2.0.0...v1.10.1) (2023-03-22) | ||
@@ -8,0 +14,0 @@ |
@@ -20,3 +20,4 @@ "use strict"; | ||
sticky, | ||
positioning | ||
positioning, | ||
durationNumber | ||
}) => { | ||
@@ -40,2 +41,3 @@ const wrapperRef = (0, _react.useRef)(null); | ||
_bricksUtils.gsap.effects.fade(containerRef.current, { | ||
duration: durationNumber ? durationNumber : 0.75, | ||
trigger: wrapperRef.current | ||
@@ -42,0 +44,0 @@ }); |
@@ -13,2 +13,3 @@ import React, { useEffect, useRef } from 'react'; | ||
positioning, | ||
durationNumber | ||
}) => { | ||
@@ -33,2 +34,3 @@ const wrapperRef = useRef(null); | ||
gsap.effects.fade(containerRef.current, { | ||
duration: durationNumber ? durationNumber : 0.75, | ||
trigger: wrapperRef.current, | ||
@@ -35,0 +37,0 @@ }); |
{ | ||
"name": "@titelmedia/bricks-interview", | ||
"version": "1.10.1", | ||
"version": "1.11.0", | ||
"description": "> TODO: description", | ||
@@ -23,4 +23,4 @@ "author": "highsnob", | ||
"dependencies": { | ||
"@titelmedia/bricks-theme": "^1.9.0", | ||
"@titelmedia/bricks-utils": "^1.10.1" | ||
"@titelmedia/bricks-theme": "^1.11.0", | ||
"@titelmedia/bricks-utils": "^1.11.0" | ||
}, | ||
@@ -32,3 +32,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "297a1aeee58cdde9945537be329c145ef44f7740" | ||
"gitHead": "c8cbffd7ad6abf4ec097a0ef38f0c91f26c4156c" | ||
} |
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
29483
245