﻿var splashStart = true;
function onSourceDownloadProgressChanged(sender, eventArgs) {
    if (splashStart) {
        sender.findName("loadRotate").begin();
        splashStart = false;
    }
}
