Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member


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.



3 Comments
Labels in this area