Is it possible to Grow/reveal an image from bottom to top?
The image I need to animate is an opaque PNG which is part of an animation sequence - the image is of a tower logo and I need to make it grow from base up.
This is the HTML -
<div class="logoCover">
<div class="logoTop">
</div>
</div>
I have set a fixed height on logoCover (height of the logo) and have tried animating height - but it always reveals from top down - any ideas?