Skip to content

[BUG]: text-animations/variable-proximity #937

@tanishworks

Description

@tanishworks

Describe the issue

The usage uses falloff twice

    label={'Hover me! And then star React Bits on GitHub, or else...'}
    className={'variable-proximity-demo'}
    fromFontVariationSettings="'wght' 400, 'opsz' 9"
    toFontVariationSettings="'wght' 1000, 'opsz' 40"
    containerRef={containerRef}
    radius={100}
    falloff='linear'
    falloff="linear"  <-- Repeated, remove this
/>

Reproduction Link

https://reactbits.dev/components/variable-proximity

Steps to reproduce

Go to the site, and look with the eyes :)

Validations

  • I have checked other issues to see if my issue was already reported or addressed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions