Discover high-quality Angular code & resources to level up your development skills. Visit my store!

Blog posts with category Animation

Cover Image for Add spring animations to your angular app with popmotion

Add spring animations to your angular app with popmotion

2021-03-30
8 min read

You might have heard of spring animations recently with popular libraries such as react-spring and Framer Motion in the React world. I was on a hunt recently for a similar package in Angular, but found it missing. Angular's own animation API is quite powerful, but it relies on CSS based animations which are difficult to map to spring based animations.

Cover Image for Angular Animations: Create a card flip animation

Angular Animations: Create a card flip animation

2020-11-13
8 min read

Animations add a nice touch to any application, if they're used in suitable places and not overdone. But when you're developing games, they are an absolute must!

Cover Image for How to create a card memory game in Angular

How to create a card memory game in Angular

2020-11-12
10 min read

Angular is usually associated with creating great enterprise level applications. However, that is not all the framework can do! In this article, I'm going to explain how I came up with a card memory game in Angular from scratch. It is inspired from a real card game we used to play when we were kids to test our memory.

Back to the blog