Jump to content
Search Community

Savvkin

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Savvkin

  1. Ok, thanks! I will take it from here.
  2. Thanks. Your sample is still a bit buggy on my side (tested FF 28 and Android 4.3) Steps to reproduce: 1. Fast throw to the right and wait until it stops. 2. Try to start dragging slowly dragging to the left. 3. In about 1/3 times it jumps to a random image.
  3. Thanks for the quick answer, but your sample isn't working properly on my side. It changes to some random frame on mouse up (try to rotate without throwing). About crossfade. I'm not sure how it depends on mouse update rate? Can't we just add 100 intermediate states between frames? For example, 0 = current image visible, 50 = both images are 50% fade, 100 = next image visible. So if we have 36 images, that means 3600 states and when we rotate, we actually switch not between 36 images, but between 3600 states (and snapping end to every state % 100, so we don't stop between images)
  4. Hi! I'm new to GASP and I'm trying to extend this sample? I want to add kinetic spinning (so it keeps spinning for a bit when you "throw" it) and I want smooth transition between two frames (fade-out current frame, while fade-in next frame) with endsnap to frame. Could you explain me how to do this?
×
×
  • Create New...