diff --git a/docs/catalog/blocks/hw-scribble-transition.mdx b/docs/catalog/blocks/hw-scribble-transition.mdx
new file mode 100644
index 000000000..cc49439c7
--- /dev/null
+++ b/docs/catalog/blocks/hw-scribble-transition.mdx
@@ -0,0 +1,44 @@
+---
+title: "Scribble Transition"
+description: "Overlay transition: scribble bands accumulate to cover the frame with a solid backstop, the host cuts beneath, and the scribble clears"
+---
+
+# Scribble Transition
+
+Overlay transition: scribble bands accumulate to cover the frame with a solid backstop, the host cuts beneath, and the scribble clears
+
+`handwritten` `transition` `wipe`
+
+
+
+## Install
+
+
+
+```bash Terminal
+npx hyperframes add hw-scribble-transition
+```
+
+
+
+## Details
+
+| Property | Value |
+| --- | --- |
+| Type | Block |
+| Dimensions | 1920×1080 |
+| Duration | 2.2s |
+
+## Files
+
+| File | Target | Type |
+| --- | --- | --- |
+| `hw-scribble-transition.html` | `compositions/hw-scribble-transition.html` | hyperframes:composition |
+
+## Usage
+
+After installing, add the block to your host composition:
+
+```html
+
+```
diff --git a/registry/blocks/hw-scribble-transition/hw-scribble-transition.html b/registry/blocks/hw-scribble-transition/hw-scribble-transition.html
new file mode 100644
index 000000000..2e7c6983c
--- /dev/null
+++ b/registry/blocks/hw-scribble-transition/hw-scribble-transition.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/blocks/hw-scribble-transition/registry-item.json b/registry/blocks/hw-scribble-transition/registry-item.json
new file mode 100644
index 000000000..d996159e1
--- /dev/null
+++ b/registry/blocks/hw-scribble-transition/registry-item.json
@@ -0,0 +1,24 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "hw-scribble-transition",
+ "type": "hyperframes:block",
+ "title": "Scribble Transition",
+ "description": "Overlay transition: scribble bands accumulate to cover the frame with a solid backstop, the host cuts beneath, and the scribble clears",
+ "tags": [
+ "handwritten",
+ "transition",
+ "wipe"
+ ],
+ "dimensions": {
+ "width": 1920,
+ "height": 1080
+ },
+ "duration": 2.2,
+ "files": [
+ {
+ "path": "hw-scribble-transition.html",
+ "target": "compositions/hw-scribble-transition.html",
+ "type": "hyperframes:composition"
+ }
+ ]
+}
diff --git a/registry/registry.json b/registry/registry.json
index 229dc387e..0ba42d225 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -583,6 +583,10 @@
"name": "hw-frame",
"type": "hyperframes:block"
},
+ {
+ "name": "hw-scribble-transition",
+ "type": "hyperframes:block"
+ },
{
"name": "parallax-zoom",
"type": "hyperframes:component"