Skip to content

Disable fade and animation to stickyHeader #158

Open
@EliseiNicolae

Description

@EliseiNicolae

It is possible to disable animation and fade to StickyHeader?

My code:

    <ParallaxScrollView
      fadeOutForeground
      parallaxHeaderHeight={400}
      stickyHeaderHeight={Platform.OS === 'ios' ? 130 : 96}
      renderStickyHeader={() => (
        <HeaderSticky />
      )}
      renderForeground={() => (
        <HeaderBackground />
      )}
    >
      <View style={styles.container}>
        <Content />
      </View>
    </ParallaxScrollView>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions