Display progress and status

Javelit provides a few methods that allow you to add animation to your apps. These animations include progress bars, status messages (like warnings), and celebratory balloons.

screenshot

Success box

Display a success message.

Jt.success("Match found!").use();
screenshot

Info box

Display an informational message.

Jt.info("Dataset is updated every day at midnight.").use();
screenshot

Warning box

Display warning message.

Jt.warning("Unable to fetch image. Skipping...").use();
screenshot

Error box

Display error message.

Jt.error("We encountered an error").use();
forum

Still have questions?

Go to our discussions forum for helpful information and advice from Javelit experts.