How do I find out why the render loop is running?
Mike Hearn
mike at plan99.net
Fri Oct 3 22:30:08 UTC 2014
>
> So you are using opacityProperty() and not visibleProperty(), so my
> exact workaround would not work anyway.
I did originally put some code into animatedBind to set visible == false
when opacity == 0.0 and vice versa, but it didn't seem to solve the
animation leak so I took it out again.
BTW animatedBind is a useful utility. It makes it much easier to make cool
animations that adjust as the data model changes. Here it is:
https://gist.github.com/mikehearn/f639176566d735b676e7
Something like that should be in the framework really.
More information about the openjfx-dev
mailing list