I've been playing with the alerts component and while I love the idea in general, it is not obvious how to extend it. For example, when using transient messages it just pops up and the pops out when it's done. I'd like to override this and add in a nice slide-in/out behavior. I've tried setting the initial display to hidden via css and js, but tap goes ahead and overrides those settings. Is there a way I can get tap to stop doing anything with the js behavior on the alerts?
Thanks, T