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.
lax_js.zip (967 Bytes)
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.
Finally I put the proper class names into the main container block and then the child square block that is supposed to have the scroll effects.
Parent Block
Child Block
The classes string for the scroll effect parameters is cut off in the image so I’m pasting it here below.
lax lax_preset_fadeInOut:105:0.3 lax_preset_scaleInOut:127:0.3 lax_preset_hueRotate:2055:84
Any help would be greatly appreciated with getting Lax.js working with backendless. Thanks!