Hyperlapse » Final touch

Final touch

I’ve added one more event handler at the end of my Framer project:

# Double-tap to stop the music
page.onDoubleTap ->
    music_1.pause()
    music_2.pause()
    music_3.pause()
    music_4.pause()
Download Framer project

It pauses the music on a double tap. You might want to, after having spent some time working on this prototype ?.

The finished Hyperlapse prototype