Variable allAnimationsConst
allAnimations: "\n\n@keyframes fadeIn {\n from {\n opacity: 0;\n transform: translateY(-20px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n\n@keyframes scaleIn {\n 0% {\n transform: scale(0.8);\n opacity: 0;\n }\n 50% {\n transform: scale(1.05);\n }\n 100% {\n transform: scale(1);\n opacity: 1;\n }\n}\n\n\n@keyframes slideUp {\n from {\n opacity: 0;\n transform: translateY(20px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n\n@keyframes ratingPulse {\n 0%, 100% {\n transform: scale(1);\n }\n 50% {\n transform: scale(1.02);\n }\n}\n\n" = ...
All animations combined for easy injection