davidkpiano / flipping

Flipping awesome animations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How would this work with nuxt and page transitions?

bovas85 opened this issue · comments

I'm wondering if you had any experience or examples to add this to nuxt page transitions.

I have not. But the basic pattern is you want to .read() right before the page changes, and .flip() right after.

If the page change loads a completely new page, you might have to use something like localStorage.

I see, I'll give it a go then :) Thanks