Skip to content

Frame advancement doesnt reflect in the slider! #9

@ThatChair

Description

@ThatChair

In v1.1.0 (which hasn't been released as of this post), when advancing or going back a frame, the slider doesn't move at all!

For some reason, this code should cover it, but it doesnt...

animPercent.addListener { _, _, newValue ->
if (isAnimationPlaying.get()) {
sliderPointPos.set((newValue.toDouble() * ((sliderLine.endX - sliderLine.startX))) + sliderLine.startX)
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions