Closed Mat4m0 closed 3 days ago
We are currently developing some hooks, and the ”inView“ will be born in April.
Example of using the in-view prop which isn't currently documented:
<Motion class="box"
:initial="{ scale: 0.8 }"
:in-view="{ scale: 1 }"
>
In view
</Motion>
Hello just a short question is it possible to use use "inView" from Motion One to have a reveal effect like here?
When yes how to do so, didn't find anything in the documentation.
Many thanks for all your effort, highly appreciated :)