motion icon indicating copy to clipboard operation
motion copied to clipboard

Question: How do use "inView"?

Open Mat4m0 opened this issue 1 year ago • 1 comments

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 :)

Mat4m0 avatar Mar 17 '24 06:03 Mat4m0

We are currently developing some hooks, and the ”inView“ will be born in April.

YeSuX avatar Mar 25 '24 13:03 YeSuX

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>

lokesh avatar Oct 21 '24 22:10 lokesh