problem using jQuery to fire transform.

problem using jQuery to fire transform.

Hi all,

I'm currently using jQuery 2.1.1 min and running Windows 7.  For some reason the following works with IE11 and the latest Google Chrome but not for the latest Opera, Safari or Firefox.

        $sel.css({
            transition:'all 1s',
            transform:'scale(3)',
            color:'red'
        });

Can anyone see why this would not work in all of the latest browsers?

Thanks.
TC