Shan
02/25/2019, 11:28 PMShan
02/25/2019, 11:30 PMhudsonb
02/26/2019, 12:04 AMhudsonb
02/26/2019, 12:05 AMfun blur(forwards: Boolean) {
if (forwards) {
val blur = GaussianBlur(0.0)
defaultView.effect = blur
blur.radiusProperty().animate(60.0, 2.seconds)
}
...
hudsonb
02/26/2019, 12:41 AMEventBus
. Anything in the application can post an event to the bus and then when notified interested UI elements can update their apperance.hudsonb
02/26/2019, 12:42 AMdefaultView
globalShan
02/26/2019, 1:28 AMamanda.hinchman-dominguez
02/26/2019, 3:50 PMhudsonb
02/27/2019, 3:45 AManimate
should probably be defined on something more restrictive than WritableValue<T>
to avoid this kinda thing