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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ Note: PA == Possible Answer (one of many valid ones), A == Answer.
6
6
7
7
## Animations Questions
8
8
9
-
** How do you define transition between two states? **
10
-
PA: Using the transition and animate function in an animations block like so: `animations: [transition('inactive => active'), animate('100 ms ease-in')]`
9
+
**How do you define transition between two states?**
11
10
12
-
** How do you define a wildcare state? **
11
+
PA: Using the transition and animate function in an animations block like so: `animations: [transition('inactive => active'), animate('100 ms ease-in')]`
13
12
13
+
**How do you define a wildcare state?**
14
14
A: Using the asterisk - example: `transition('* => active'), animate('100ms ease-in'))`
0 commit comments