I guess this is a Framer specific question. I have a page component and I only want you to be able to swipe forwards and not backwards. What's the best way of going about this?
Asked
Active
Viewed 53 times
1 Answers
0
Just delete the page after it changes.
page.onChange "currentPage", ->
page.previousPage.destroy()
page.currentPage.animate
backgroundColor: "#FFF"
options:
time: 0.5

Joshua Crowley
- 76
- 1
- 8