jquery + jquery.transform doesnt work with ie8
hi, i will try to explain myself (english is not one of my strenght)....well, im doing a website and put some basic animations to my index, everything work in chrome and firefox but in ie8 the animations doesnt work, there is no error message and dont do it the animation.... im validate the .php and .css to the W3C and nothing
i put some of my humble code :)
- $(document).ready(function() {
- $("#Map_main_street").mouseleave(function() {
- $("#layer_main_street").animate({transform:'rotate(-3deg) scale(1,1)'});
- });
- $("#Map_main_street").mouseenter(function() {
- $("#layer_main_street").animate({transform:'rotate(5deg) scale(1.2,1.2)'});
- });
- });
P.D. i dont if this post goes here or in report a problems thanks any way