Making Flash Movies Transparent
Did you know, that just like a GIF image, Flash animations can be made transparent when displayed in a Web page? I bet that you probably did not think that it was possible. Let me tell you, that it is possible, and it takes very little skill or time to implement this effect!
Making an Animation Transparent
Open up any movie that has its background color visible on stage. There are two ways to make an
Tags: Adobe Flash, animation, Data Formats, Film, flash, Graphics Interchange Format, html, images, Markup Languages, movies, param, publish, setting, transparent
Imitating the WordPress Comment Backend
I think most of you have probably seen the WordPress Ajax comment management backend. Well, let’s imitate it with jQuery. In order to animate the background color, you need include the Color Animations plugin. (view demo)
First line: will add “alt” class to even <div class=”pane”> (to assign the grey background on every other <div >)
Second part: when <a> is clicked, alert a message, and then animate the backgroundColor and opacity of <div>
Incoming search terms for the article:
Tags: ajax, animation, backend, background, comment, javascript, jQuery, opacity, plugin, wordpress
