Cube splashscreen¶
Source animation: svg-code-examples/qcobjects-splashscreen-example.svg.
<!--
QCObjects Splash Screen Example
CubeSplashScreenComponent is coming from the QCObjects SDK (https://sdk.qcobjects.dev)
-->
<splash-screen componentClass="CubeSplashScreenComponent"
duration="3000"
data-background="linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(7,7,51,1) 24%, rgba(20,25,25,1) 100%)"
data-cube_image="./img/Q_web-white.png">
</splash-screen>