You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 'More options' page (https://spin.js.org/) you can adjust fadecolor value (for instance: fadeColor: '#191970' , and it works), but you insert the options in your code and nothing happens.
In the 'More options' page (https://spin.js.org/) you can adjust fadecolor value (for instance: fadeColor: '#191970' , and it works), but you insert the options in your code and nothing happens.
map.spin(true, { lines: 13, length: 45, width: 17, radius: 41, scale: 1, corners: 1, speed: 1, rotate: 0, animation: 'spinner-line-fade-default', direction: 1, color: '#cb01f4', fadeColor: '#191970', top: 150, left: 150, shadow: '0 0 1px transparent', zIndex: 2000000000, className: 'spinner', position: 'absolute', });
The text was updated successfully, but these errors were encountered: