Skip to content

Commit fc8d55e

Browse files
authored
Fix an H1 title and Input TOC level (#6610)
* fix H1 title * move Input node to the correct level
1 parent 92179ef commit fc8d55e

2 files changed

Lines changed: 45 additions & 45 deletions

File tree

hub/apps/develop/composition/time-animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 03/16/2026
55
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
8-
# Time-based animations for
8+
# Time-based animations
99

1010
When a component in, or an entire user experience changes, end users often observe it in two ways: over time or instantaneously. On the Windows platform, the former is preferred over the latter -  user experiences that instantly change often confuse and surprise end users because they are not able to follow what happened. The end user then perceives the experience as jarring and unnatural.
1111

uwp/develop/toc.yml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,48 +1153,48 @@ items:
11531153
href: ../xaml-islands/host-custom-control-with-xaml-islands-cpp.md
11541154
- name: Advanced scenarios
11551155
href: ../xaml-islands/advanced-scenarios-xaml-islands-cpp.md
1156-
- name: Input
1156+
- name: Input
1157+
items:
1158+
- name: Gaze
1159+
href: ../ui-input/gaze-interactions.md
1160+
- name: Gamepad and remote control
1161+
href: ../ui-input/gamepad-and-remote-interactions.md
1162+
- name: Input injection
1163+
href: ../ui-input/input-injection.md
1164+
- name: Pen and Windows Ink
1165+
href: ../ui-input/pen-and-stylus-interactions.md
11571166
items:
1158-
- name: Gaze
1159-
href: ../ui-input/gaze-interactions.md
1160-
- name: Gamepad and remote control
1161-
href: ../ui-input/gamepad-and-remote-interactions.md
1162-
- name: Input injection
1163-
href: ../ui-input/input-injection.md
1164-
- name: Pen and Windows Ink
1165-
href: ../ui-input/pen-and-stylus-interactions.md
1166-
items:
1167-
- name: Pen interactions and haptic (tactile) feedback
1168-
href: ../ui-input/pen-haptics.md
1169-
- name: 'Tutorial: Add Inking support to your app'
1170-
href: ../ui-input/ink-walkthrough.md
1171-
- name: Recognize ink strokes
1172-
href: ../ui-input/convert-ink-to-text.md
1173-
- name: Store and retrieve ink strokes
1174-
href: ../ui-input/save-and-load-ink.md
1175-
- name: Add an InkToolbar
1176-
href: ../ui-input/ink-toolbar.md
1177-
- name: Handwriting view
1178-
href: ../ui-input/text-handwriting-view.md
1179-
- name: Ink controls
1180-
href: ../ui-input/inking-controls.md
1181-
- name: Speech interactions
1182-
href: ../ui-input/speech-interactions.md
1183-
items:
1184-
- name: Speech recognition
1185-
href: ../ui-input/speech-recognition.md
1186-
- name: Specify the speech recognizer language
1187-
href: ../ui-input/specify-the-speech-recognizer-language.md
1188-
- name: Define custom recognition constraints
1189-
href: ../ui-input/define-custom-recognition-constraints.md
1190-
- name: Continuous dictation
1191-
href: ../ui-input/enable-continuous-dictation.md
1192-
- name: Audio input issues
1193-
href: ../ui-input/manage-issues-with-audio-input.md
1194-
- name: Speech recognition timeouts
1195-
href: ../ui-input/set-speech-recognition-timeouts.md
1196-
- name: Surface Dial
1197-
href: ../ui-input/windows-wheel-interactions.md
1198-
items:
1199-
- name: 'Tutorial: Add Surface Dial support to your app'
1200-
href: ../ui-input/radialcontroller-walkthrough.md
1167+
- name: Pen interactions and haptic (tactile) feedback
1168+
href: ../ui-input/pen-haptics.md
1169+
- name: 'Tutorial: Add Inking support to your app'
1170+
href: ../ui-input/ink-walkthrough.md
1171+
- name: Recognize ink strokes
1172+
href: ../ui-input/convert-ink-to-text.md
1173+
- name: Store and retrieve ink strokes
1174+
href: ../ui-input/save-and-load-ink.md
1175+
- name: Add an InkToolbar
1176+
href: ../ui-input/ink-toolbar.md
1177+
- name: Handwriting view
1178+
href: ../ui-input/text-handwriting-view.md
1179+
- name: Ink controls
1180+
href: ../ui-input/inking-controls.md
1181+
- name: Speech interactions
1182+
href: ../ui-input/speech-interactions.md
1183+
items:
1184+
- name: Speech recognition
1185+
href: ../ui-input/speech-recognition.md
1186+
- name: Specify the speech recognizer language
1187+
href: ../ui-input/specify-the-speech-recognizer-language.md
1188+
- name: Define custom recognition constraints
1189+
href: ../ui-input/define-custom-recognition-constraints.md
1190+
- name: Continuous dictation
1191+
href: ../ui-input/enable-continuous-dictation.md
1192+
- name: Audio input issues
1193+
href: ../ui-input/manage-issues-with-audio-input.md
1194+
- name: Speech recognition timeouts
1195+
href: ../ui-input/set-speech-recognition-timeouts.md
1196+
- name: Surface Dial
1197+
href: ../ui-input/windows-wheel-interactions.md
1198+
items:
1199+
- name: 'Tutorial: Add Surface Dial support to your app'
1200+
href: ../ui-input/radialcontroller-walkthrough.md

0 commit comments

Comments
 (0)