We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ad5e2 commit b136d45Copy full SHA for b136d45
docs/docs/style/animations.md
@@ -10,7 +10,7 @@ There are two types of animations you'll be concerned with: the animation of the
10
11
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:
12
13
-```tsx twoslash {11-18, 25-41}
+```tsx
14
import * as DropdownMenu from 'zeego/dropdown-menu'
15
import { Platform } from 'react-native'
16
0 commit comments