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.
Simple callout messages

Success box
Display a success message.
Jt.success("Match found!").use();

Info box
Display an informational message.
Jt.info("Dataset is updated every day at midnight.").use();

Warning box
Display warning message.
Jt.warning("Unable to fetch image. Skipping...").use();

Error box
Display error message.
Jt.error("We encountered an error").use();
Still have questions?
Go to our discussions forum for helpful information and advice from Javelit experts.