Skip to content

Commit 03c41a8

Browse files
authored
Create downwith-title-scrolling.md
1 parent 32cc717 commit 03c41a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"rrweb-snapshot": patch
3+
"rrweb": patch
4+
---
5+
6+
Add `slimDOMOptions.headTitleMutations` option to block 'animation' on <title> tag.
7+
Certain old-skool sites use title scrolling to draw attention to their tab; these unfortunately generate a lot of mutations in rrweb which wouldn't be used by most replayers.
8+
Default for this new option is off (unless `slimDOMOptions` is set to `'all'`) as a change to the <title> tag is useful to record in single page apps, when a 'soft' navigation happens.

0 commit comments

Comments
 (0)