srobbin / jquery-approach

A jQuery plugin that allows you to animate style properties based on the cursor’s proximity to an object.
http://srobbin.com/jquery-plugins/jquery-approach/
GNU General Public License v2.0
167 stars 20 forks source link

Starting values? #10

Open Nilpo opened 9 years ago

Nilpo commented 9 years ago

I have an image (a button icon) that I want to zoom with Approach. When I add Approach and implement a width/height of 120%, it forces the starting size to 0. In other words, when the page loads the image is sized to 0, and then increased to 120% upon approach. Why is my starting CSS value not used for the starting value?