tefflox 2 Junior Poster

Hello,

The function, as follows, to initiate an effect to fade an image in from the background, works fine, yet I am unable to, or just too worn out right now to research it properly.

The source documentation is somewhat crafty, you know. However, the effect I wish to apply is that instead of the image fading in, blinking out, and looping --- is for the image to fade in once, and remain. In development, 2g 1.86 core2, the effect consumes 20 to 25 percent of processing resources.. so, i would like to ease it down.

Initialization code:

<script type="text/javascript">
function init() {
blendImages('blend', 1030); }
window.onload = init;
</script>

Source file:

http://pastie.caboo.se/144038

Attached is an example of the effect, a photo image fading in from a darkslategray background.

Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.