The pages flicker on page load and the images flicker on postbacks. The following snippet did not work for me. Using Chrome (The commented code works for IE). Any solutions.
MASTER PAGE:
<head runat="server">
<meta http-equiv=”Page-Enter” content=”Alpha(opacity=100)”>
<%--<meta http-equiv="Page-Enter" content="blendTrans(Duration=0)">--%>
<%--<meta http-equiv="Page-Exit" content="blendTrans(Duration=0)"> --%>
</head>
<asp:ContentPlaceHolder Id="head" runat="server"></asp:ContentPlaceHolder>