Animation on scroll in Blazor

SaeedP

Well-known member
Joined
Oct 21, 2020
Messages
97
Programming Experience
3-5
Hello,

Is the possible to do "Animation on scroll" in Blazor?
It seems there is no component to achieve this.
I mean something like this site:


Regards,
Saeed
 
Solution
In theory, Blazor lets you incorporate almost any CSS and most JavaScript so you should be able to use that library if you want to use it. You'll just need to put in the grunt work to do the integration.

I suspect that your question is not "is it possible to do X?", but rather "is there an out of the box solution that does X?" since you were looking for a component.
In theory, Blazor lets you incorporate almost any CSS and most JavaScript so you should be able to use that library if you want to use it. You'll just need to put in the grunt work to do the integration.

I suspect that your question is not "is it possible to do X?", but rather "is there an out of the box solution that does X?" since you were looking for a component.
 
Solution
Back
Top Bottom