Menu
About me Kontakt

In the article "DOM Cross Fade," Jake Archibald discusses a modern animation technique for web pages that allows for smooth transitions between different DOM states. The author introduces the concept of cross-fading, which is especially useful for dynamic web applications where changes occur in real time. Instead of abruptly switching content on the page, cross-fading enables the gradual fading out of one element while fading in another, enhancing the overall user experience. His ideas are based on both CSS and JavaScript, providing developers the flexibility to implement such effects. The article also features code examples and tips on optimizing these animations to ensure they are efficient and user-friendly. Overall, it encourages exploring the potential of smooth transitions in contemporary web interfaces, which can significantly enhance the quality of web projects.