Skip to content

Commit 022f997

Browse files
committed
fix(simple-animations): wrong author, challenge number & typos
1 parent 11106df commit 022f997

File tree

7 files changed

+16
-15
lines changed

7 files changed

+16
-15
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Simple Animations
22

3-
> author: thomas-laforge
3+
> author: sven-brodny
44
55
### Run Application
66

@@ -10,4 +10,4 @@ npx nx serve angular-simple-animations
1010

1111
### Documentation and Instruction
1212

13-
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/angular/45-simple-animations/).
13+
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/angular/46-simple-animations/).

challenge-number.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"total": 45,
2+
"total": 46,
33
"🟢": 17,
44
"🟠": 120,
55
"🔴": 209
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 🟢 Simple Animations
3-
description: Challenge 45 is about learning angular's integrated animation API
3+
description: Challenge 46 is about learning Angular's integrated animation API
44
author: sven-brodny
5-
challengeNumber: 45
5+
challengeNumber: 46
66
command: angular-simple-animations
77
sidebar:
88
order: 17
@@ -13,9 +13,9 @@ sidebar:
1313

1414
Well-designed animations can make your application more fun and straightforward to use, but they aren't just cosmetic. Animations can improve your application and user experience in a number of ways:
1515

16-
- Without animations, web page transitions can seem abrupt and jarring
17-
- Motion greatly enhances the user experience, so animations give users a chance to detect the application's response to their actions
18-
- Good animations intuitively call the user's attention to where it is needed
16+
- Without animations, web page transitions can seem abrupt and jarring.
17+
- Motion greatly enhances the user experience, so animations give users a chance to detect the application's response to their actions.
18+
- Good animations intuitively call the user's attention to where it is needed.
1919

2020
I would recommend you to read the [official documentation](https://angular.io/guide/animations). You will learn everything that is necessary to successfully complete the challenge.
2121

@@ -27,12 +27,12 @@ The goal of this challenge is to add animations.
2727

2828
## Constraints
2929

30-
Don't use any css and utilize angular's integrated `@angular/animations` api.
30+
Don't use any CSS and utilize Angular's integrated `@angular/animations` API.
3131

3232
### Level 1
3333

34-
Add a fading or moving animation for the paragraphs on the left side
34+
Add a fading or moving animation for the paragraphs on the left side.
3535

3636
### Level 2
3737

38-
Add a stagger animation for the list on the right side
38+
Add a stagger animation for the list on the right side.

docs/src/content/docs/es/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hero:
1313
icon: right-arrow
1414
variant: primary
1515
- text: Ir al Desafío más reciente
16-
link: /es/challenges/angular/45-simple-animations/
16+
link: /es/challenges/angular/46-simple-animations/
1717
icon: rocket
1818
- text: Dar una estrella
1919
link: https://github.com/tomalaforge/angular-challenges

docs/src/content/docs/fr/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hero:
1515
icon: right-arrow
1616
variant: primary
1717
- text: Aller au dernier Challenge
18-
link: /fr/challenges/angular/45-simple-animations/
18+
link: /fr/challenges/angular/46-simple-animations/
1919
icon: rocket
2020
- text: Donne une étoile
2121
link: https://github.com/tomalaforge/angular-challenges

docs/src/content/docs/pt/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hero:
1313
icon: right-arrow
1414
variant: primary
1515
- text: Ir para o desafio mais recente
16-
link: /pt/challenges/angular/45-simple-animations/
16+
link: /pt/challenges/angular/46-simple-animations/
1717
icon: rocket
1818
- text: Dar uma estrela
1919
link: https://github.com/tomalaforge/angular-challenges
@@ -34,6 +34,7 @@ import SubscriptionForm from '../../../components/SubscriptionForm.astro';
3434
</Card>
3535

3636
{' '}
37+
3738
<Card title="Inscreva-se para ser notificado do desafio mais recente">
3839
<SubscriptionForm isNote={false} lang="pt" />
3940
</Card>

docs/src/content/docs/ru/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hero:
1313
icon: right-arrow
1414
variant: primary
1515
- text: Перейти к последней задаче
16-
link: /ru/challenges/angular/45-simple-animations/
16+
link: /ru/challenges/angular/46-simple-animations/
1717
icon: rocket
1818
- text: Добавить звезду
1919
link: https://github.com/tomalaforge/angular-challenges

0 commit comments

Comments
 (0)