Tweak pull quote to collapse for longer
This commit is contained in:
parent
08a2c215f5
commit
ef1c4d8a8a
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user