Splash Screen - Vaadin Add-on Directory
Shows a configurable splash screen on the bootstrap pageThis add-on makes it easy to show a splash screen while the browser is downloading the application's theme and widgetset and while the initial UI contents are initialized.
Issue TrackerSource Code
Splash Screen version 0.1.0
null
Splash Screen version 0.1.1
Fixes IE compatibility
Splash Screen version 0.2
Update to Vaadin Framework 8.0
Use `VaadinServiceInitListener` to automatically init the add-on if it's on the classpath
Splash Screen version 0.3
Adds functionality for dynamically configuring the splash screen using `@SplashScreenConfigurator`.
Splash Screen version 0.1.2
Backport `@SplashScreenConfigurator` functionality from the Vaadin 8 version.
Splash Screen version 0.3.1
Mark `@SplashScreenConfigurator` as `@Inherited`