A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://setaman.github.io/vue-ellipse-progress-docs/guide/options/loader.html below:

Website Navigation


loader | vue-ellipse-progress

vue
<ve-progress :loader="{ color: '#F08080' }" :progress="50" />
<ve-progress
  :progress="50"
  :loader="{
    color: 'MediumPurple',
    lineMode: 'in 10',
    opacity: 1,
    thickness: 4,
    duration: 4000,
  }"
  :progress="50"
/>
<ve-progress
  :loader="{
    color: {
      radial: true,
      colors: [
        {
          color: '#3260FC',
          offset: '49',
          opacity: 1,
        },
        {
          color: '#3260FC',
          offset: '80',
          opacity: 1,
        },
        {
          color: '#3260FC',
          offset: '100',
          opacity: 0,
        },
      ],
    },
    opacity: 1,
    thickness: 15,
  }"
  :progress="50"
/>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4