@titelmedia/bricks-gallery
Advanced tools
Comparing version 1.0.49 to 1.0.55
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.55](https://github.com/titel-media/bricks-lerna/compare/v1.0.54...v1.0.55) (2022-05-09) | ||
**Note:** Version bump only for package @titelmedia/bricks-gallery | ||
## [1.0.49](https://github.com/titel-media/bricks-lerna/compare/v1.0.48...v1.0.49) (2022-05-05) | ||
@@ -8,0 +16,0 @@ |
@@ -43,8 +43,2 @@ "use strict"; | ||
} | ||
tlRef.current = _all.gsap.timeline({}).to(imageRef.current, { | ||
scale: 1.35, | ||
ease: 'power2.easeInOut', | ||
scrollTrigger: scrollTriggerOptions | ||
}); | ||
}, []); | ||
@@ -51,0 +45,0 @@ return _react.default.createElement(_styles.ImageContainer, { |
@@ -14,3 +14,3 @@ "use strict"; | ||
display: flex; | ||
padding: 30px 16px; | ||
padding: 30px 20px; | ||
@@ -17,0 +17,0 @@ justify-content: ${props => { |
@@ -28,7 +28,7 @@ import React, { useRef, useEffect } from 'react'; | ||
tlRef.current = gsap.timeline({}).to(imageRef.current, { | ||
scale: 1.35, | ||
ease: 'power2.easeInOut', | ||
scrollTrigger: scrollTriggerOptions, | ||
}); | ||
// tlRef.current = gsap.timeline({}).to(imageRef.current, { | ||
// scale: 1.35, | ||
// ease: 'power2.easeInOut', | ||
// scrollTrigger: scrollTriggerOptions, | ||
// }); | ||
}, []); | ||
@@ -35,0 +35,0 @@ |
@@ -5,3 +5,3 @@ import styled from 'styled-components'; | ||
display: flex; | ||
padding: 30px 16px; | ||
padding: 30px 20px; | ||
@@ -8,0 +8,0 @@ justify-content: ${props => { |
{ | ||
"name": "@titelmedia/bricks-gallery", | ||
"version": "1.0.49", | ||
"version": "1.0.55", | ||
"description": "> TODO: description", | ||
@@ -33,3 +33,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "8e3487ccff64858d3090fe17a6e8a8f1f0a9e4be" | ||
"gitHead": "befb6a0c4f1c934806fee71a8b70d221c3977988" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
57465
652