briantreese.hashnode.devAngular Animations Tutorial: Query and StaggerI work in Angular every day and I build things that need to be animated or transitioned when interacted with. And, because of this, I’m thankful for the Animations module. There are so many useful features available that make life much easier. We’re ...Mar 1, 2024·10 min read
briantreese.hashnode.devAngular Animations Tutorial: The Keyframes FunctionAs you probably already know, when you build apps today, you’ll likely need to use animations and transitions to enhance the UI where possible. With Angular’s animation framework we have access to some pretty powerful features which allow us to do th...Feb 23, 2024·8 min read
briantreese.hashnode.devAngular Animations Tutorial: Enter & LeaveWhen building things with Angular have you ever found yourself with the need to animate mark-up as it physically enters and leaves the DOM? This isn’t possible right? Actually, it is. In Angular we have access to a powerful animation framework. It’s ...Feb 16, 2024·6 min read
briantreese.hashnode.devAngular Animations Tutorial: Learn the BasicsWhen you build stuff in Angular, you probably pretty quickly discover that you want to add animations and transitions. They are an important aspect to any application now-a-days right? They help make the overall user experience feel nicer and can hel...Feb 9, 2024·6 min read
briantreese.hashnode.devAngular CDK Overlay Tutorial: Adding AccessibilityWhen creating a modal or pop-up in an Angular application, accessibility can be easy to overlook. If you’re developing an app but you’re able to see, hear, and easily access and use different devices, it’s probably not top of mind for you. But it’s i...Feb 2, 2024·8 min read