animation example for content plugin
clip: {
onCuepoint: [5000, function() {
var plugin = this.getPlugin("content");
plugin.setHtml("").animate({height:40, width: 450}, 2000, function() {
// here animation is finished
this.css("padding", 7);
this.setHtml("Just <b>THINK</b> about all the possibilities");
})
}]
}
});
</script>
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.