Skip to content

Commit b65a26d

Browse files
committed
fix: made fixes to the markdown file
1 parent 193ce54 commit b65a26d

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

packages/react-core/src/demos/Animations/Animations.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: Motion
33
section: design-foundations
4-
source: demo
4+
source: react-demos
55
---
66

77
import { Fragment, useRef, useState, useEffect, useCallback } from 'react';
@@ -46,23 +46,11 @@ import emptyStateLogo from '../assets/Summit-collage-hybrid-cloud-dark-RH.png'
4646

4747
## Demos
4848

49-
The following demo highlights the current state of [our ongoing effort to animate PatternFly components](https://github.com/orgs/patternfly/projects/7/views/66).
49+
Explore the current state of [PatternFly component animations](https://github.com/orgs/patternfly/projects/7/views/66).
5050

51-
To see how components like alerts, navigation, and forms can now use motion to provide clear feedback and improve usability, you can explore this demo and interact with various UI elements. We will continue to update this demo as additional animation support is added.
51+
To see how our components can now use motion to provide clear feedback and improve usability, this demo guides you through a UI that contains a variety of motion updates, including animated alerts, icons, expansion, and more.
5252

53-
Currently, this demo includes animations for:
54-
55-
* Alerts.
56-
* Tabs.
57-
* The notification badge and notification drawer.
58-
* The hamburger/navigation menu icon.
59-
* The masthead settings icon.
60-
* Expandable navigation items.
61-
* Skeleton loader in a table.
62-
* Button clicks.
63-
* Validation failure in forms.
64-
65-
### Animations
53+
### Animated UI
6654

6755
```js file="./examples/Animations.tsx" isFullscreen
6856
```

0 commit comments

Comments
 (0)