Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Row Animation #274

Open
mediengestadler opened this issue May 14, 2014 · 1 comment
Open

Row Animation #274

mediengestadler opened this issue May 14, 2014 · 1 comment

Comments

@mediengestadler
Copy link

Hi,

if you drag from left to right (cols) you have an expiring smooth animation, but if you drag from top to bottom (rows) the animation stops abrupt. Is the smooth animation although available for rows? My current implementation looks like this to drag rows:

{
speed: 0.3,
delay: 300,
steppable: false,
frames: 1,
frame: 1,
rows: 40,
row: 1
};

I hope you understand what I meant :-)

@pisi
Copy link
Owner

pisi commented May 26, 2014

The smoothness of transition from one frame or row to another is a matter of angular resolution of your images. The lower the angle between shots, the smoother resulting motion.

But if I understood correctly, you probably meant the inertial smooth slowdown when [throwable option](http://bit.ly/reeljs#throwable] is enabled (it is by default). This one does apply for horizontal motion only and is not possible for vertical in current version.

Equalization plans with aim to make the vertical axis have the same features as the horizontal exist for new versions though! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants