You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Accessibility in Blazor ProgressBar Component | Syncfusion
4
-
description: Checkout and learn here all about Accessibility using Keyboard navigation in Syncfusion Blazor ProgressBar component and more.
4
+
description: Learn about accessibility features, standards, and keyboard navigation in the Syncfusion Blazor ProgressBar component.
5
5
platform: Blazor
6
6
control: ProgressBar
7
7
documentation: ug
8
8
---
9
9
10
10
# Accessibility in Blazor ProgressBar Component
11
11
12
-
The Blazor ProgressBar Component followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
12
+
The Blazor ProgressBar component follows accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/), and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) commonly used to evaluate accessibility.
13
13
14
14
The accessibility compliance for the Blazor ProgressBar component is outlined below.
15
15
@@ -21,7 +21,7 @@ The accessibility compliance for the Blazor ProgressBar component is outlined be
@@ -30,28 +30,29 @@ The accessibility compliance for the Blazor ProgressBar component is outlined be
30
30
margin: 0.5em0;
31
31
}
32
32
</style>
33
+
33
34
<div><imgsrc="https://cdn.syncfusion.com/content/images/documentation/full.png"alt="Yes"> - All features of the component meet the requirement.</div>
34
35
35
36
<div><imgsrc="https://cdn.syncfusion.com/content/images/documentation/partial.png"alt="Intermediate"> - Some features of the component do not meet the requirement.</div>
36
37
37
38
<div><imgsrc="https://cdn.syncfusion.com/content/images/documentation/not-supported.png"alt="No"> - The component does not meet the requirement.</div>
38
39
39
40
40
-
## Keyboard interaction
41
+
## Keyboard Interaction
41
42
42
-
The Blazor ProgressBar component followed the [keyboard interaction](https://www.w3.org/WAI/ARIA/apg/patterns/alert/#keyboardinteraction) guideline, making it easy for people who use assistive technologies (AT) and those who completely rely on keyboard navigation. The following keyboard shortcuts are supported by the Blazor ProgressBar component.
43
+
The Blazor ProgressBar component follows the [keyboard interaction](https://www.w3.org/WAI/ARIA/apg/patterns/alert/#keyboardinteraction) guideline, making it accessible for users of assistive technologies (AT) and those relying on keyboard navigation. The following keyboard shortcuts are supported:
43
44
44
45
| Windows | Mac | Description |
45
46
| --- | --- | --- |
46
-
| <kbd>Tab</kbd> | <kbd>Tab</kbd> | Moves the focus to the ProgressBar element. |
47
+
| <kbd>Tab</kbd> | <kbd>Tab</kbd> | Moves focus to the ProgressBar element. |
47
48
| <kbd>Ctrl + P</kbd> | <kbd>⌘</kbd> + <kbd>P</kbd> | Prints the ProgressBar. |
48
49
49
-
## Ensuring accessibility
50
+
## Ensuring Accessibility
50
51
51
-
The Blazor ProgressBar component's accessibility levels are ensured through an [axe-core](https://www.nuget.org/packages/Deque.AxeCore.Playwright) with playwright tests.
52
+
The Blazor ProgressBar component's accessibility is validated using [axe-core](https://www.nuget.org/packages/Deque.AxeCore.Playwright) with Playwright tests.
52
53
53
-
The accessibility compliance of the Blazor ProgressBar component is shown in the following sample. Open the [sample](https://blazor.syncfusion.com/accessibility/progress-bar) in a new window to evaluate the accessibility of the Blazor ProgressBar component with accessibility tools.
54
+
The accessibility compliance of the Blazor ProgressBar component is demonstrated in the following sample. Open the [sample](https://blazor.syncfusion.com/accessibility/progress-bar) in a new window to evaluate accessibility with accessibility tools.
54
55
55
56
## See also
56
57
57
-
*[Accessibility in Syncfusion<supstyle="font-size:70%">®</sup> Blazor components](https://blazor.syncfusion.com/documentation/common/accessibility)
58
+
*[Accessibility in Syncfusion<supstyle="font-size:70%">®</sup> Blazor components](https://blazor.syncfusion.com/documentation/common/accessibility)
title: Animation in Blazor ProgressBar Component | Syncfusion
4
-
description: Checkout and learn here all about animation in Syncfusion Blazor ProgressBar component and much more.
4
+
description: Check out and learn how to enable and customize animation in Syncfusion Blazor ProgressBar component.
5
5
platform: Blazor
6
-
control: Progress Bar
6
+
control: Progress Bar
7
7
documentation: ug
8
8
---
9
9
10
10
# Animation in Blazor ProgressBar Component
11
11
12
-
The progress bar supports animation, which can be enabled by setting the [Enable](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.ProgressBar.ProgressBarAnimation.html#Syncfusion_Blazor_ProgressBar_ProgressBarAnimation_Enable) property to **true** in the [ProgressBarAnimation](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.ProgressBar.ProgressBarAnimation.html). The speed and the delay during an animation can be controlled using the [Duration](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.ProgressBar.ProgressBarAnimation.html#Syncfusion_Blazor_ProgressBar_ProgressBarAnimation_Duration) and the [Delay](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.ProgressBar.ProgressBarAnimation.html#Syncfusion_Blazor_ProgressBar_ProgressBarAnimation_Delay) properties specified in milliseconds.
12
+
The Progress Bar component supports animation, which can be enabled by setting the [Enable](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.ProgressBar.ProgressBarAnimation.html#Syncfusion_Blazor_ProgressBar_ProgressBarAnimation_Enable) property to **true** in [ProgressBarAnimation](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.ProgressBar.ProgressBarAnimation.html). Control the animation speed and delay using the [Duration](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.ProgressBar.ProgressBarAnimation.html#Syncfusion_Blazor_ProgressBar_ProgressBarAnimation_Duration) and [Delay](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.ProgressBar.ProgressBarAnimation.html#Syncfusion_Blazor_ProgressBar_ProgressBarAnimation_Delay) properties, specified in milliseconds.
0 commit comments