Skip to content

Commit 96bf1f6

Browse files
committed
fix(edit): removed unneeded dependencies and edited verbage in markdown
1 parent 31f0e13 commit 96bf1f6

3 files changed

Lines changed: 36 additions & 233 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
"dependencies": {
125125
"@patternfly/react-component-groups": "^6.2.1",
126126
"clsx": "^2.1.1",
127-
"react-jss": "^10.10.0",
128-
"serve": "^14.2.4"
127+
"react-jss": "^10.10.0"
129128
}
130129
}

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,20 @@ import t_global_text_color_subtle from '@patternfly/react-tokens/dist/esm/t_glob
2929

3030
## Demos
3131

32-
This demonstration highlights PatternFly's latest animations. Explore how components like alerts, navigation, and forms use motion to provide clear feedback and improve usability across the platform.
32+
The following demo highlights the current state of [our ongoing effort to animate PatternFly components](https://github.com/orgs/patternfly/projects/7/views/66).
33+
34+
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.
35+
36+
Currently, this demo includes animations for:
37+
38+
* Alerts.
39+
* The notification badge and notification drawer.
40+
* The hamburger/navigation menu icon.
41+
* The masthead settings icon.
42+
* Expandable navigation items.
43+
* Skeleton loader in a table.
44+
* Button clicks.
45+
* Validation failure in forms.
3346

3447
### Animations
3548

0 commit comments

Comments
 (0)