Hi all,
Just wanted to share this little "feature" with you.
This script adds a bit of christmas into SAP Screen Personas.
Christmas script: $.getScript("https://rawgit.com/scottschiller/Snowstorm/master/snowstorm.js").done(function() { /* yay, all good, do something */ snowStorm.flakesMaxActive = 96; // show more snow on screen at once snowStorm.useTwinkleEffect = true; snowStorm.toggleSnow(); }); var MyAudio = new Audio('http://www.singing-bell.com/wp-content/uploads/2013/09/Jingle-Bells-Singing-Bell.mp3'); MyAudio.play(); setTimeout(function(){ MyAudio.pause(); snowStorm.toggleSnow(); }, 60000);
Add it to a button and then you're off.
This video shows it a bit more.