Skip to content

Commit 3bd2994

Browse files
committed
Fix What's New TOC to only animate the sliding movement on hide
Previously it was animating on font size change which is distracting and inconsistent with the actual content.
1 parent 79fca85 commit 3bd2994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/whatsnew.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
line-height: 150%;
121121
font-size:110%;
122122

123-
transition: 0.3s;
123+
transition: right 0.3s;
124124
}
125125
.toc ul {
126126
list-style-type: none;

0 commit comments

Comments
 (0)