@andrew, I messed around with hosting Velocity locally, however ran into some issues. The only thing that relies on Velocity is the scroll to element action. Everything else should work fine. I will be switching the library for this reason, just give me some time to reimplement.
@23cubed I am wanting to use the scroll to anchor, however, my menu is an options list. When I set the element id on the scroll to action to dynamic it shows blank in debug. Manually adding the id to the action works fine.
Previous, I did not care to use the scroll to action since that is the portion I was having issues with, but it is now more important, any chance on an update with the github-hosted library?
So, if I understand correctly, it is the library which is causing the ID to be blank? Because it is hosted in Github? I will work this weekend on updating to JSdeliver
No, it is not the library. Honestly, the previous message may have been hasty. I am still tracking down the id problem and will let you know if anything. Unfortunately, jsdeliver is also problematic in multiple countries including China & Egypt. Any way to get it hosted directly on bubble CDN?
Hi! Bubble actually doesn’t hide elements, it adds and removes them from the DOM. One of the cool features of this plugin is that it let’s you work with elements just as you would in HTML/CSS/JS. That is, you can hide elements via the plugin instead, and then you avoid the bubble way adding/removing elements.
It is much more efficient and practical in my experience.
Does this mean that if I have an element that show/hide conditionally according to state or whether page loaded entirely, will animating with this plugin still work?