Hi lax.js has some awesome scroll animation effects that I would like to use with backendless but I’m not sure how to integrate this with the custom code block and get it to work.
I was able to host a test index.html and style.css files onto a free website so you can see the simple effect that I want to duplicate in Backendless here. I’m attaching images below and also zipping both the working html and css files and uploading it here.
I tried both to copy and paste the style.css into a new Extension but also tried to do this following automatic loading of CSS file using this blog post.
Then I tried to input the scripting code into the custom code block.
Could you copy the page and styles, and provide names(in order to create a separate environment where I could make changes without breaking your existed code).
I’m not sure how to do that since this preset value is only located in the original html file and I can only edit either the js or css files and not the html file.
I tried to look for any preset values in your own code example but didn’t see any so if you could show me where to place this preset value that would be great. Thanks!
I tried to paste it into the UI builder classes section but it didn’t work.
I am pretty sure, classes were added. If you want to confirm it, you could inspect the element at Chrome dev tools.
Also, I think it could very helpful for you - learn how to work with dev tools.
Am I supposed to insert this preset value into the custom code block?
As I said earlier, you could do it in both ways
I’m not sure how to do that since this preset value is only located in the original html file and I can only edit either the js or css files and not the html file.
We have already discussed it. You could add a Block, and write classes in designer(as at your first pic)
I tried to look for any preset values in your own code example but didn’t see any so if you could show me where to place this preset value that would be great. Thanks!