Currently there doesn't seem to be a way for extensions to provide their own loader animation. So extensions like Apster are (mis)using createPlaceholderCallback to provide their own gif animated image as a branded loader.
Maybe we can consider making the -amp-loader related CSS classes not private and allow extensions to override the animation. Or create a createLoaderElementCallback to allow extensions to provide their own.
Currently there doesn't seem to be a way for extensions to provide their own loader animation. So extensions like Apster are (mis)using
createPlaceholderCallbackto provide their own gif animated image as a branded loader.Maybe we can consider making the
-amp-loaderrelated CSS classes not private and allow extensions to override the animation. Or create acreateLoaderElementCallbackto allow extensions to provide their own.