Something like this, this cute shape in the center of the page, the dynamic background that i want to "snakize ?? " (or other word describing it) like it is going through left and right (like a snake would do) as the user scrolls down.
Or maybe doing horizontal scrolling, or block by block scrolling (when you scroll it doesn’t scrolls freely but go to a defined scrolling position)
All sorts of beautiful design like this.
Maybe i’m lacking something but just asking if it’s possible and how so.
Design is one of the hardest parts of software development. You should have a design eye to do it nicely. I dont have it for example.
But what you can do is, check the templates and especially check the free ones. Find a good one you like in design, copy to yourself and check how they did it. I got one inspiration like that.
I dont know if the snake kind of behavior is possible but I have seen pretty sophisticated things over there. It worths a shot.
These days you can use responsive on anything. My trick is floating groups/align-to-parent groups.
I’d be able to make this page for you with Bubble but it’ll take a little time (especially if we plan on adding interactivity, and making it mobile responsive). Let me know if you’re interested via DM.
The design will be possible. The trick would be responsiveness. It will definitely take a bit of practice and maybe even a bit of custom code to create some animations.
There is a mouse scroll plugin by bubble. You can use that, add conditions to create the block by block scrolling. I did some test out a while ago.
I think custom code might be the way to go for this.