Re: [css-d] revealTrans
>> In the past I have used JavaScript and revealTrans to obtain desired >> transition effects when swapping images. This works only in IE. >> Is there a purely css method to obtain the same (or similar) effects and >> which works in most browsers. > >> Check the business cards on >> http://www.nace-philapa.org/ >> The effects only work in IE. That's the problem. . Thanks to everyone who responded. I think I have my answer. Del __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Re: [css-d] revealTrans
Hi Del, > In the past I have used JavaScript and revealTrans to obtain desired > transition effects when swapping images. This works only in IE. > Is there a purely css method to obtain the same (or similar) effects and > which works in most browsers. > Check the business cards on > http://www.nace-philapa.org/ > The effects only work in IE. That's the problem. This is somewhat off-topic. CSS handles the appearance of your page, but is not capable of producing animations. You will still require JavaScript for that. I'd never heard of revealTrans, but from your code I learned that it is a CSS filter. These are proprietary Microsoft extensions to CSS, which is why they will only work in IE. If you want to make sure your animations work cross-browser, I recommend using a JavaScript library with animation support, e.g. script.aculo.us or mootools or something similar. Which particular library to choose would start a long debate that would most certainly be off-topic on this CSS-only mailing list, so I won't go there. HTH, Rick. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Re: [css-d] revealTrans
>> In the past I have used JavaScript and revealTrans to obtain desired >> transition effects when swapping images. This works only in IE. >> Is there a purely css method to obtain the same (or similar) effects and >> which works in most browsers. > > > Hi Del > > Could you post some examples of what you would like to create using CSS. Kristina; Check the business cards on http://www.nace-philapa.org/ The effects only work in IE. That's the problem. Del __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Re: [css-d] revealTrans
On Thu, 2008-10-09 at 12:57 -0500, Del Wegener wrote: > Good Day; > > In the past I have used JavaScript and revealTrans to obtain desired > transition effects when swapping images. This works only in IE. > Is there a purely css method to obtain the same (or similar) effects and > which works in most browsers. Hi Del Could you post some examples of what you would like to create using CSS. Cheers for now Kristina __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
[css-d] revealTrans
Good Day; In the past I have used JavaScript and revealTrans to obtain desired transition effects when swapping images. This works only in IE. Is there a purely css method to obtain the same (or similar) effects and which works in most browsers. Thanks for any help Del __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/