js + css cross browser layer opacity animation
- Started
- Last post
- 8 Responses
- pkny
how do i go about doing a cross browser layer opacity animation
i know the code to do animation but i dunno how should i address the ie's filter / mozilla's moz-opacity / safari's opacity attributes...
i need a code snippet that is w3c validated to access the diff. css style attributes
thx
- jonatne0
your right to ask about cross browser compatibility
your answer is probably most easily found in a javascript frameworktry prototype or some other that are more geared towards visuals
- flashbender0
I don;t know about cross browser, but tasty made a script and it is being discussed here:
http://www.qbn.com/topics/543384…
Oh, and I like mootools.net as a visual effects framework. Pretty solid.
- kalkal0
mootools all the way :P
- pkny0
thanks for the suggestions, but i'm trying to refrain from using frameworks - cuz i'm just picking up on learning js and i want to be able to learn the basics before i move on to using frameworks
but nevertheless - if anyone has any links, do please post them :D
- jonatne0
pkny
good attitude about wanting to do it yourself
you should take a look at mootools and how they accomplish certain tasks and then recreate it for your own specific application
best way to learn something is see how it's done right
- flashbender0
idon't know if you have been here yet, http://www.dynamicdrive.com/ is a very good resource for code to take apart and see how it works.
- amullins0
just dissect jquery. ha you can download the uncompressed source via google code http://jqueryjs.googlecode.com/s…
- pkny0
thx for the moral support guys - i appreciate them :D - the real reason i'm learning from scratch is cuz - i'm actually a comp sci major, and everything i've seen online thus far, isn't all that "complex" - except for the stupid cross browser compatibility issues..
and also thx for the linkups - i'll definitely look into them