We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004544c commit f55dc55Copy full SHA for f55dc55
content/ui/animations.md renamed to content/guide/animations.md
content/ui/gestures.md renamed to content/guide/gestures.md
content/sidebar.ts
@@ -230,7 +230,7 @@ export default [
230
},
231
{
232
text: 'Extending Native Classes',
233
- link: '/guide/subclassing'
+ link: '/guide/subclassing',
234
235
236
text: 'Multithreading',
@@ -274,14 +274,13 @@ export default [
274
text: 'Shared Element Transitions',
275
link: '/guide/shared-element-transitions',
276
277
- ],
278
- },
279
- {
280
- text: 'UI',
281
- items: [
282
283
text: 'Animations',
284
- link: '/ui/animations',
+ link: '/guide/animations',
+ },
+ {
+ text: 'Gestures',
+ link: '/guide/gestures',
285
286
],
287
0 commit comments