(you swipe left and right to rotate through the books)
and here is a library and code that does it:
I think I put the code for the elements one for each RG, but where do I put the library(s)? Do I open the js and put it in HTML block in the page or header of the page?
Unfortunately because it has javascript and uses jquery, I’m having trouble. I am trying to load the latest jquery but it says its already loaded. And from what I’m finding, the TimelineMax() function is not being found.
I was able to load up all kinds of CSS though, that’s really easy.
I tried using ToolBox plugin to put javascript in the page but I get that TimelineMax() error.
Do any of you jquery/javascript people have any insights here? I’m in halfway over my head.
Could you show some screen shots of examples…so what it looks like in codepen that I assume was copied and what it looks like in bubble? I have tried in the past, but no success as it wasn’t as easy for me to accomplish it and never got any responses on the forum about it.
I thought you meant you had successfully copied CSS from codepen and used it in Bubble, perhaps for a different use case. I’ve tried to copy css styling from codepen to change elements before with no luck
I have used css in bubble that works fine too. You can put it in a HTML element in the page you want to use it in, or in the header of the page, or in the SEO/Headers under Settings to use it in all pages.
here i am using it in a page, in an html element. it worked.
Some notes: you need javascripttobubble plugin and one element on the page for it to run workflows and here’s the javascript workflow from codepen.io in bubble.
its so doable. maybe i’ll make a tutorial since this is a bit jumbled.
You can actually embed codepen directly into HTML boxes. If you have a pro account, you can deploy which takes away the chrome around it, making it your own. It’s great. You just need an account for like $8 a month I think.