Skip to content

Commit b136d45

Browse files
committed
twoslash
1 parent b9ad5e2 commit b136d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/style/animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are two types of animations you'll be concerned with: the animation of the
1010

1111
The simplest way to animate the entrance and exit of a menu is with CSS keyframes. Thanks to Radix UI's exposed CSS variables, this is all it takes:
1212

13-
```tsx twoslash {11-18, 25-41}
13+
```tsx
1414
import * as DropdownMenu from 'zeego/dropdown-menu'
1515
import { Platform } from 'react-native'
1616

0 commit comments

Comments
 (0)