Add template animation editor

This commit is contained in:
2026-08-03 17:27:42 +01:00
parent e95928f31c
commit ed8d51580e
35 changed files with 3173 additions and 44 deletions
+4
View File
@@ -1,6 +1,10 @@
// Announcement overlay polling and rendering helpers.
(function () {
if (window.__pulseThumbnailPreview) {
return;
}
var announcementLayer = null;
var announcementRefreshTimer = null;
var announcementPollTimer = null;