Fix: entrance-animation broken in Preview + Published output #23
Reference in New Issue
Block a user
Delete Branch "fix-animation-output"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Animated elements ended up invisible (Preview) or un-animated with a reserved blank box (Published). Root causes: handlePreview body-replacement clobbered the in-body reveal script; the backend generateCompiledHTML emitted no animation CSS/script; injectAttrs mangled void
tags. Fix: buildAnimationScript survives the preview replacement, injectAttrs inserts before the self-closing /, and a