Besides the "IsReady" flag, now you can also have manual control over the skeleton animation by calling:
Improved demo to show different types of possible usages. Added "Try now"
- Fixed a bug where the `AnimateOnce` option was not being honored if the block loaded from a back navigation.
- Updated the example CSS to allow you to hide images and icons inside "bones" in Service Studio preview (this is only for a better preview in SS)
-servicestudio-.skeleton-ph .bone *:is(i, img) {
display: none;
}