-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[BUG]: text-animations/variable-proximity #937
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working