You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the rendered block-output the looong inline CSS for .wp-block-a8c-starscape__stars are missing the animation property, which do exist in the rendered component in the editor.
The console says:
Content generated by `save` function:
[...] <divclass="wp-block-a8c-starscape__stars" style="box-shadow:[...(loong list of values)...]width:3px;height:3px;animation:wp-block-a8c-starscape-animation-rotate 39.67466772465781s linear infinite"></div><divclass="wp-block-a8c-starscape__inner"></div></div>
Content retrieved from post body:
[...] <divclass="wp-block-a8c-starscape__stars" style="box-shadow:[...(loong list of values)...]width:3px;height:3px"></div><divclass="wp-block-a8c-starscape__inner"></div></div>
Unfortunately this nice block-experiment is only working anymore within the editor, not on the frontend. And it tells us about it.
Bildschirmaufzeichnung.vom.05.12.2023.10.38.26.webm
In the rendered block-output the looong inline CSS for
.wp-block-a8c-starscape__starsare missing theanimationproperty, which do exist in the rendered component in the editor.The console says: