Tagged articles

transitions

5 articles · Page 1 of 1
CodeNotes
CodeNotes
May 23, 2026 · Frontend Development

Mastering CSS: Animations, Transitions, and Responsive Design (Part 3)

This article walks through CSS transition syntax and parameters, demonstrates common transition effects, explains 2D and 3D transforms, details @keyframes animation properties and fill‑modes, introduces CSS custom properties for theming, shows media‑query‑based responsive design techniques, and covers performance tips such as will‑change and scroll‑snap.

animationscsscss-variables
0 likes · 22 min read
Mastering CSS: Animations, Transitions, and Responsive Design (Part 3)
Data STUDIO
Data STUDIO
Aug 27, 2025 · Fundamentals

Building a Lightweight State Machine with Python Enum

This article demonstrates how to implement a clear, maintainable state machine for a publishing workflow using Python's Enum type, covering state definitions, forward and backward transitions, validation, entry actions, and visualisation without external dependencies.

EnumPythonState Machine
0 likes · 7 min read
Building a Lightweight State Machine with Python Enum
KooFE Frontend Team
KooFE Frontend Team
Jul 20, 2023 · Frontend Development

How React 18’s Concurrent Features Supercharge App Performance

React 18 introduces concurrent rendering, transitions, Suspense, and Server Components, which together reduce long tasks, lower total blocking time, and improve user interaction by allowing non‑urgent updates to run in the background, ultimately delivering smoother, more responsive web applications.

Concurrent RenderingPerformanceReAct
0 likes · 20 min read
How React 18’s Concurrent Features Supercharge App Performance
Laravel Tech Community
Laravel Tech Community
Mar 31, 2022 · Frontend Development

React 18 Released: New Features Including Automatic Batching, Transitions, and Enhanced Suspense Support

React 18 has been officially released, introducing automatic batching, a new startTransition API, expanded Suspense capabilities, updated client‑server rendering APIs, and stricter mode behaviors, all built on a concurrent rendering engine that aims to change how developers build modern web applications.

Automatic BatchingReActReact18
0 likes · 5 min read
React 18 Released: New Features Including Automatic Batching, Transitions, and Enhanced Suspense Support
Aotu Lab
Aotu Lab
Jan 6, 2016 · Frontend Development

Master CSS Transitions, Keyframes, and Steps for Dynamic Web Animations

This guide explains how to use CSS transitions for simple interpolated effects, keyframes for complex multi‑frame animations, and the steps() timing function for frame‑by‑frame control, covering practical use cases, code examples, and common pitfalls.

animationsfrontendtransitions
0 likes · 4 min read
Master CSS Transitions, Keyframes, and Steps for Dynamic Web Animations