Advanced CSS Animator Support Product Page

Answered

general question

Asked 12 Dec 2011 20:46:19
1
has this question
12 Dec 2011 20:46:19 Chris hales posted:
I am trying to do a simple fade in effect here is sampel code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.dmxzone_animations_pack.js"></script>
<script type="text/javascript">
function dmxAnimate() {//v1.0
jQuery.dmxAnimate.apply(this, arguments);
}
</script>
</head>

<body>
<img src="images/drop-5.png" width="198" height="103" onclick="dmxAnimate(this, {}, {opacity:'show'})" />
</body>
</html>

It doesnt seem to work on any browsers

Replies

Replied 13 Dec 2011 09:38:22
13 Dec 2011 09:38:22 Teodor Kuduschiev replied:
Hello Chris,

What exactly are you trying to do? It seems you are applying opacity:show to an image that already is visible?

Reply to this topic