Apple TV+ Sets ‘Snoopy Presents: A Summer Musical’ Premiere Date – Shelbyville News
Share This
SMS
.asset-paging .direction {
color: #000000;
}
Wire
Apple TV+ Sets âSnoopy Presents: A Summer Musicalâ Premiere Date â See Photos
Damian Holbrook, TV Insider
May 20, 2025
May 20, 2025
Updated
26 mins ago
SMS
SMS
Copy article link
Save
$(window).load(function() {
window.setTimeout(affixShare, 2000);
function affixShare() {
var sHeight = $(‘#share-left-affix’).outerHeight(true);
var cHeight = $(‘#share-left-affix’).parent().outerHeight(true);
var sTop = $(‘#share-left-affix’).offset().top – 50;
var sBottom = $(document).height() – ($(‘#share-left-affix’).parent().offset().top + cHeight – 50);
if(cHeight > sHeight) {
$(‘#share-left-affix’).affix({
offset: { top: sTop, bottom: sBottom }
});
}
}
});
$(window).resize(function() {
var sHeight = $(‘#share-left-affix’).outerHeight(true);
var cHeight = $(‘#share-left-affix’).parent().outerHeight(true);
var sTop = $(‘#share-left-affix’).offset().top – 50;
var sBottom = $(document).height() – ($(‘#share-left-affix’).parent().offset().top + $(‘#share-left-affix’).parent().outerHeight(true) – 50);
if(cHeight > sHeight) {
$(‘#share-left-affix’).data(‘bs.affix’).options.offset.top = sTop;
$(‘#share-left-affix’).data(‘bs.affix’).options.offset.bottom = sBottom;
}
});