Git Product home page Git Product logo

Comments (4)

jcheng5 avatar jcheng5 commented on May 14, 2024

Thanks, should be fixed now. Let us know if not!

from shiny.

sriumcp avatar sriumcp commented on May 14, 2024

Reactive sliders with animation still seems to be an issue: my ui.R has: htmlOutput("histDistance"),
and my server.R has:

output$histDistance <- renderUI({
if (!is.null(remainingModels())) return(sliderInput("distance", "Distance", min = 0, max = ncol(remainingModels()) - 1, value = 0, step = 1, animate = TRUE))
else return(NULL);
})

I have remainingModels() defined earlier which depends on several other things. When remainingModels becomes non-null, I get a slider bar with a play button, but when I play it, the slider advances a couple of steps and stops.

from shiny.

jcheng5 avatar jcheng5 commented on May 14, 2024

@sriumcp Please provide a reproducible example, preferably as a gist, and we'll take a look. Thanks!

from shiny.

kkmann avatar kkmann commented on May 14, 2024

still an issue for me - really weird!

from shiny.

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.