I first used the following to give my logo an effect on load:
$(document).ready(function() {
$('#logo').delay(1000).slideDown('slow');
});
The effect was too simple, so I decided to use an effect similar to those used by Nivo Slider or Coin Slider, by transitioning from a white image to the logo.
The problem I have is the I can't seem to find a way to apply a stop the sequence from looping, so that it stays on the logo after the effect.
Here's a test page with the effect WITH looping using Coin Slider.
I'm open to any solution, using either plugin (preferably CoinSLider) or any other method with a similar transition animation.
Thanks in advance for you help!
-John
nivo.dev7studios.com/
workshop.rs/projects/coin-slider/