Hey Framers!
I'm trying to build a paging module, where pages scale when they are the current page, and shrink slightly when they are not the current page.
I can't seem to find the current/live position of a page when it is being swiped.
I've tried page…
page.onMove ->
print pageOne.x
… but this just returns the final x value.
I've tried the 'change' functions, but nothing seems to be able to 'see' the live values of pages, whilst they are being interacted with.
Any suggestions most appreciated :)
1 Comments