Fade in/out transition (JavaScript/HTML/CSS)

Internet Explorer has a DirectX filter that enables you to do a fading transition on images (opaque to transparent or vice-versa), known as BlendTrans. However, filters are Windows IE only features. There is a workaround though, that enables you to do the same using JavaScript, and it is outlined here: Cross-browser BlendTrans Filter JavaScript

Comments

Popular posts from this blog

Link: HTML Agility Pack (.NET)

Basic Excel Spreadsheet Generation (ASP/ASP.NET)

ASP.NET: Binding alphabet to dropdown list