Froxty Versions Save

:icecream: iOS frosty/translucent effect to JavaFX.

v1.4.0

1 year ago
  • Antialiasing level has been removed from the library as it was an inefficient way to clip frosty boxes.
  • Borders can now be rounded via FrostyBox#setBackgroundRadius.
  • General performance improvements.

v1.3.1

2 years ago

Bundled JavaFX version upgraded to 11.

v1.3.0

3 years ago
  • Performance improvements: the loop will now get paused if the node is not in scene;
  • Added FrostyBox(FrostyEffect) constructor.

v1.2.1

3 years ago

Fixed the way the box behaves when wrapped inside of other nodes.

v1.2.0

3 years ago

This update brings improvements to the final result.

v1.1.2

3 years ago

Fix missing target when calling FrostyBox(effect, child) constructor

v1.1.1

3 years ago

Add empty FrostyBox() constructor, add get/setChild.

v1.1.0

3 years ago

This version of FroXty introduces a simpler approach to FrostyBox(es):

FrostyBox box = new FrostyBox(effect, target);
root.getChildren().add(box);

v1.0.0

3 years ago

Initial release of FroXty