Open nicer00ster opened 6 years ago
Tried to make get it as close as possible to what I'm trying to do.... https://codepen.io/nicer00ster/pen/YvaQRj?editors=1100
You can override the CSS for example like:
#nprogress .bar {
top: 109px!important;
}
#nprogress .spinner {
top: 120px!important;
}
.peg {
// replace this with your animation
transform: rotate(0deg) translate(0px, -0px)!important;
}
Hey! I've been interested in trying to add a particle-effect-like animation to my loading bar with using NProgress. Sort of like wow-mode while using hyper how random colors shoot everywhere. (This is the closest thing I can relate to https://codepen.io/thebabydino/pen/vgXrZm). I was curious if it was possible to do this? I've been trying to work on it myself but I'm sort of clueless as to where to start? Any suggestions would be awesome! 🙇