For example, let's say I want all of a certain tag type to fade in on scroll. This would include tags in different components, such as text, image with text and so on. This is very simple to do with Javascript/jQuery (see https://jsfiddle.net/tcloninger/e5qaD/), but how would I implement code like this in Adapt? I'm building using the framework, not the course builder. Is there a place I can put in custom javascript functions or calls that would be packaged up with everything? Do I need to consider adding a plugin? Is there an example of a simple plugin somewhere that would do something similar to what I mentioned (not even the fade - just an example of a global function that can run on specific tags on any page once it's loaded).
Thanks!!