You can display a temporary placeholder image while the scaled image is waiting to be requested and received. By adding an aspect-ratio style (or width/height) to the image, you can also prevent Cumulative Layout Shift (CLS).
The placeholder is applied with the src attribute. Refer to the Responsive Image placeholder documentation for more examples.
Tip: the desired image loads so fast that you won't notice the placeholder animation - show it for a longer period by simulating a throttled 2G connection via the Network tab of your browser console.
Here is some text at the bottom of the page.