Here are
510 public repositories
matching this topic...
Android loading animations
Updated
Aug 23, 2020
Java
Easy to use css spinners collection with Vue.js integration
Pure text, CSS only, font independent, inline loading indicators
Updated
Jan 24, 2018
HTML
A nice spinner for Android
Updated
Jan 18, 2021
Java
A new kind of Progress Bar, with real time throughput, ETA and very cool animations!
Updated
Jul 3, 2021
Python
💫 Beautiful spinners for terminal, IPython and Jupyter
Updated
Jun 19, 2021
Python
Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
Updated
Jul 30, 2021
JavaScript
Go (golang) package with 80 configurable terminal spinner/progress indicators.
multi progress bar for Go cli applications
💈 React Native loading spinner overlay
Updated
Apr 12, 2021
JavaScript
Ladda buttons concept originally by
@hakimel , example using Bootstrap 3 by
@msurguy
Updated
Dec 31, 2017
JavaScript
A spinner view for Android
small, elegant pure css spinner for ajax or loading animation
Updated
Jun 5, 2021
JavaScript
CSS Spinners and Loaders - Modular, Customizable and Single HTML Element Code for Pure CSS Loader and Spinner
Renders a svg circle + progress, it just works 💘
Updated
May 27, 2021
TypeScript
CSS loading animations with minimal effort!
Updated
Jun 8, 2017
Objective-C
A library for loading spinner for Angular 4 - 12.
🌀 A lightweight dropdown popup spinner with a fully customizable arrow and animations.
Updated
Jul 28, 2021
Kotlin
Updated
Apr 4, 2020
Swift
Collection set of react-spinner for async operation
Updated
Jun 30, 2021
JavaScript
A lightweight terminal spinner for Python with safe pipes and redirects 🎁
Updated
Jul 26, 2021
Python
A terminal spinner for tasks that have non-deterministic time frame.
A simple, flexible spinner for Vue.js
Multiple Loaders / spinners and Progress bar for Angular 5, 6, 7 and 8+
Updated
Jun 28, 2021
TypeScript
A quick adapter library for RecyclerView, GridView, ListView, ViewPager, Spinner
Updated
Jul 16, 2021
Kotlin
Progress bars and loading indicators for Vue.js
Updated
Jul 26, 2021
Swift
Improve this page
Add a description, image, and links to the
spinner
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
spinner
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
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.
I'm trying to stop the loading overlay once all assets (including images) done loaded. So I initialised the
isLoadingto true and attached load event listener in the mounted life hook.When the load event listener is attached, the spinner only shows as a static image, frozen. If removed, it will spin forever.
There is no error message on the console.
App.vue
Template
<v-m