Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9a4b7ea

Browse files
Updated readme
1 parent 3e336c1 commit 9a4b7ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Note: PA == Possible Answer (one of many valid ones), A == Answer.
66

77
## Animations Questions
88

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?**
1110

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')]`
1312

13+
**How do you define a wildcare state?**
1414
A: Using the asterisk - example: `transition('* => active'), animate('100ms ease-in'))`
1515

1616

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /