Framer Next Question
Unanswered
Arinji posted this in #help-forum
ArinjiOP
11 Replies
ArinjiOP
https://github.com/Arinji2/jardownloader
Thats thr github soo yall can try stufff.. thanks in advance :D
Thats thr github soo yall can try stufff.. thanks in advance :D
ArinjiOP
So uh, is this even possible with framer
@Arinji So uh, is this even possible with framer
Brown bear
Let me see if I understand: when clicking a link you want the old page to be covered entirely from left to right, then when the new one is loaded it's "unveiled" from right to left?
On my attempts I got the 2nd part the unveiling thing working
But see how when it's veiling.. the background doesn't have text in it..
@Arinji But see how when it's veiling.. the background doesn't have text in it..
Brown bear
yes, that's because the page has already routed to the new page. You need to implement a function on the Link that, when clicked, first runs the animation and THEN goes to the new route. Do that and it should be perfect
The Link component implements all the underlying <a> tag methods, so you can use a
onClick on the linkArinjiOP
hmmm
oki lemme try