Code Monkey home page Code Monkey logo

Comments (5)

setaman avatar setaman commented on August 17, 2024

@shiyu3169 can your share your config, plugin version and maybe some screenshots or gifs? Does this happen on IPhone XS in Chrome?

from vue-ellipse-progress.

shiyu3169 avatar shiyu3169 commented on August 17, 2024

It is happening on WIndows 10 latest chrome (Version 85.0.4183.83).
"vue-ellipse-progress": "^1.2.0"
Here is my setting in the component:

   <vue-ellipse-progress
        :progress="uploadingProgress"
        :angle="90"
        :size="140"
        color="#FF354D"
        :thickness="2"
        :emptyThickness="0"
        dot="10 red"
      >
        <span slot="legend-value"> %</span>
      </vue-ellipse-progress>

Where uploading process is from Axios uploading process

 onUploadProgress: function (progressEvent) {
        var percentCompleted = Math.round((progressEvent.loaded * 100) / progressEvent.total)
        store.commit("Instapro/Vod/setUploadingProgress", percentCompleted)
      },

the dot is going slower than the processing bar
image
image

from vue-ellipse-progress.

setaman avatar setaman commented on August 17, 2024

@shiyu3169 thanks, i will take a look at this tonight

from vue-ellipse-progress.

setaman avatar setaman commented on August 17, 2024

@shiyu3169 I just checked your config and I cannot reproduce this behavior, everything works as expected. Do you see some lags in the animation? Are you working on slow machine? Are you sure that nothing affects the dot transition value in your app? I would recommend you to inspect the dot in your browser. By default the element with the class ep-circle--progress__dot-container should have the following CSS:

    transition-duration: 1000ms;
    transition-timing-function: ease-in-out;
    animation-duration: 1000ms;

This must be consistent with the values of progress circle.

from vue-ellipse-progress.

setaman avatar setaman commented on August 17, 2024

Closing due to inactivity

from vue-ellipse-progress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.