const toolbarColor = new SBToolbar({
color: "red"
});
toolbarColor.animate({
colors: ["#ff0a8a", "blue", "#61ffa7", "yellow"],
speed: 600
});
toolbarColor.blink({
interval: 300,
transitionSpeed: 1000
});
toolbarColor.startProgress({
color: "rgb(49, 82, 92)",
estimate: 3500
});
Module works only on Safari browser on macOS and iOS because they have a little transparency on the Toolbar. So we can add the colorful layer and place it under the Toolbar. That's it. This tool just simplifies the trick.
Hi there! We are small team of dev-enthusiasts, working on non-profit products.
Just setting up our twitter.
Let’s be connected!