Animate only works on css properties. Im not sure what the toggle
key word does but i assume its shortand for alternating hide
/show
keyword. you could try:
$('#shareheart').click(function(){
$('.share-text').animate({
width: 'toggle',
'padding-left': 'toggle',
'padding-right': 'toggle'
}, 2000);
});
But im not sure how toggle will work with the padding...
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…