Webflow Libraries component
Install Finsweet in Webflow Libraries
Copy this component inside Designer
Use this docs page to further customize
Scroll to docs
Step #2
Implement in Webflow
Apply attributes to elements on the page
Below is a list of elements and options that are used to create this Attributes functionality. Click any of them to see more details.
Add this attribute
Description
Defines when the number count animation should start counting based on the element's scroll position on the screen.
Values are based on % of viewport.
0 = the animation starts when the element is entering from the bottom.
50 = the animation starts when the element is at the middle (50%) of the screen.
100 = the animation starts when the element is at the top of the screen.
If no threshold is defined, the default is 25.
Values are based on % of viewport.
0 = the animation starts when the element is entering from the bottom.
50 = the animation starts when the element is at the middle (50%) of the screen.
100 = the animation starts when the element is at the top of the screen.
If no threshold is defined, the default is 25.
Where?
Add to the element with fs-numbercount-element = "number"
Add this attribute
Description
Define the format of the number using the provided locale. Users can define any BCP 47 language tag or use auto to use the browser's locale.
Some examples below:
en-US (United States) = 1,234
pt-BR (Brazil) = 1.234
es-ES (Spain) = 1.234
Some examples below:
en-US (United States) = 1,234
pt-BR (Brazil) = 1.234
es-ES (Spain) = 1.234
Where?
Add to the element with fs-numbercount-element = "number"
Developer documentation
Check the dev documentation
Next time implement inside Webflow
Use Finsweet Extension