Use mask to reveal image

I'm trying to create an animation similar to this. Is this possible to create using Hype?
https://assets.movableink-templates.com/9810/templates/56248d0f-0136-4ea2-bce7-c3440c9038c3/4fcb3568-c060-4302-b23e-2dfca2b45dec.html?mi_app_key=5aa6c1c2a5b26384&mi_cachebuster=1726613129184&mi_cmp=6247ec03f35e72a6_11855981&mi_device_override=&mi_language=en&mi_mobile_carrier_override=&mi_pretty=true&mi_sc=t&mi_weather_cond=&mi_weather_tempf=&preview=true

Not directly in hype, but you can add it manually within a Hype rectangle to use it as a field for plain html/css. You can copy some parts of what they've done in this codepen: https://codepen.io/nicolasjesenberger/pen/jOQGgVB

I found some examples of folks doing this effect via searching 'scratch' in the forums:

(there may be a few more too, but this seems like a good example)

As @BannerMan mentions, there's not really a 'pure hype' way to do it, but they are generally able to be integrated using a few of the inner html hooks.

Thanks for you help! I will check this example out.