Quantcast
Channel: SCN : Blog List - SAP GUI
Viewing all articles
Browse latest Browse all 276

Get Chrismas into SAP with Screen Personas

$
0
0

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.

 


Viewing all articles
Browse latest Browse all 276

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>