Giter Club home page Giter Club logo

Comments (4)

moarwick avatar moarwick commented on May 29, 2024

hi @MarcoMedrano. sorry, just noticed the issue. can you tell me your props and which browser? the callback should be fired after start delay + (anim duration * iterations), but in IE it falls back to Tween.js which has its own onComplete...

from react-mt-svg-lines.

rmaksim avatar rmaksim commented on May 29, 2024

Hello.
I have same issue. (Google Chrome 66...)

duration={xxx}
playback is not defined

static defaultProps = {
    ...
    playback: 'forwards',
}
...
let numOfRepeats = parseInt(playback, 10) || 0
...
setTimeout(..., startDelay + duration * (numOfRepeats) )

0 + xxx * 0 = 0

from react-mt-svg-lines.

moarwick avatar moarwick commented on May 29, 2024

hmm, that indeed looks wrong! checking...

from react-mt-svg-lines.

moarwick avatar moarwick commented on May 29, 2024

duh, definitely had an issue there but should be fixed in 0.8.4, see Demo

from react-mt-svg-lines.

Related Issues (14)

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.