'use strict';$(function(){function b(a){$(".animation-toggle-controllee").each(function(){"false"===a?$(this).addClass("animation-off"):$(this).removeClass("animation-off")})}document.addEventListener("AEM_ANIMATION_ENABLED",a=>b(a.detail.toString()));const c=$("#animation-toggle").attr("aria-checked");b(c)});