get @keyframe current value in css3 with javascript
问题 See the demo here: http://jsfiddle.net/hamidrezabstn/fgcPa/5/ When I click on the middle raindrop , I would like it to rotate to the current position of the spinning circle! I tried below the JS code but it doesn't work! The next thing I want to do is the raindrop rotate with spining circle! $(function() { $('#center').click(function() { var pos = $('#circle').css('transform') $(this).css('transform', 'pos') }); }); 回答1: EDITED: I said that it is not posible to get the current status of the