Bubble button

Hello, I made a pop-up menu and want to make buttons look like bubbles, and when clicked, it pops the bubble using an animation and brings you to a passage

Something like this?

(tbh, what you’re looking for will probably require some advanced form of animations, even if you’re going with pure HTML+CSS - though most likely some JavaScript as well)

This could work, would this work for Twine?

  • Wrap your link with the relevant HTML code
  • Add the CSS in the StyleSheet, and the JavaScript in the JavaScript section.
  • Test the code and adjust (since the code in the video wasn’t meant for Twine in mind, it’s very likely some stuff will need to be fixed so it can work perfectly)

Ok thanks so much