css3 animation/transition/transform: How to make image grow?

I want to make my image grow to 1500px in height (and hopefully the width would just automatically re-size itself, if not, I could easily set it too)

I was using jquery .animate() but its just too choppy for my liking... Я знаю, что могу использовать:

-webkit-transform: scale(2);

Но я хочу, чтобы он был установлен на определенный размер, а не просто удваивал или удваивал размер изображения.

Любая помощь?

Спасибо

7
задан Jenn 1 September 2010 в 17:23
поделиться