calm / KenBurns

A little Swift utility that performs the Ken Burns effect on an image
http://calm.com/jobs
MIT License
30 stars 18 forks source link

Property pansAcross behaves opposite of expected. #7

Closed thbaja closed 4 years ago

thbaja commented 8 years ago

To be honest I'm not completely sure about this, since there was some adjustment along the x-axis when pansAcross was set to true. But it was constant and based on the zoom.

I would expect pansAcross==true to give random pans, so I assume it was an error. The property defaulted to false and wasn't in the readme, so chances are most wouldn't notice.

If have changed the property to default to true instead, meaning existing users who upgrade won't be affected by it as long as the haven't set the property specifically.