Tweak pull quote to collapse for longer

This commit is contained in:
Shawn 2022-09-07 13:50:46 -06:00
parent 08a2c215f5
commit ef1c4d8a8a

View File

@ -9,7 +9,7 @@ class _CollapsingPullQuoteImage extends StatelessWidget {
Widget build(BuildContext context) { Widget build(BuildContext context) {
// Start transitioning when we are halfway up the screen // Start transitioning when we are halfway up the screen
final collapseStartPx = context.heightPx * 1; final collapseStartPx = context.heightPx * 1;
final collapseEndPx = context.heightPx * .35; final collapseEndPx = context.heightPx * .15;
const double imgHeight = 430; const double imgHeight = 430;
const double outerPadding = 100; const double outerPadding = 100;