blazy icon indicating copy to clipboard operation
blazy copied to clipboard

This is a feature thing:

Open rapgithub opened this issue 6 years ago • 0 comments

it will be nice to have in blazy the chance to have a loader specified in the options settings and also some css style for the selector and loader:

something like:

var bLazy = new Blazy({ loaderSelector: '.loading' loaderAlignment: 'centered', selectorCSS: [{ -webkit-transition: opacity 500ms ease-in-out; -moz-transition: opacity 500ms ease-in-out; -o-transition: opacity 500ms ease-in-out; transition: opacity 500ms ease-in-out; max-width: 100%; opacity: 0; }], selectorloadedCSS: [{ opacity: 1; }], });

where loaderAlignment can be centered top-centered bottom-centered or custom

rapgithub avatar Jul 30 '17 18:07 rapgithub