Preinitialize pgAnimateCSS() to eliminate first use delay

In order to improve performance, some functions do not actually load their resources until they are actually needed. The function pgAnimateCSS() is one of these functions. The CSS animation libraries are not actually loaded onto the current page until they are actually used by executing the function. The downside of this is that the function may seem to have an unexpected delay the first time it is invoked.
To fix this, simply execute pgAnimateCSS() on load page without setting any parameters. The effect is that the function will load up its dependencies into the browser cache. They will then be instantly available whenever the function is executed with the tbName parameter set to animate a specific object.
To fix this, simply execute pgAnimateCSS() on load page without setting any parameters. The effect is that the function will load up its dependencies into the browser cache. They will then be instantly available whenever the function is executed with the tbName parameter set to animate a specific object.