The momentum tag has no wiki summary.
0
votes
0answers
81 views
force-stop momentum scrolling on iphone/ipad in javascript
Is it possible to force-stop momentum scrolling on iphone/ipad in javascript?
Extra: pretty sure this is pie in the sky, but for bonuspoints (honor and kudos), after dom-manipulation and a scrollTo ...
1
vote
1answer
208 views
Need Unity character controller to make sharp 90 degree turns and not slide when turning
I'm using the first person controller for my characters movement. On a left arrow keypress, I'd like the character to instantly rotate 90 degrees and keep moving forward. Currently, when I hit the ...
2
votes
2answers
202 views
Trying to get my head around simulating momentum / inertia witih a UIRotationGestureController
Okay, so I'm trying to make a 'Wheel of Fortune' type of effect with a wheel shape in iOS, where I can grab and spin a wheel. I can currently drag and spin the wheel around to my heart's content, but ...
0
votes
0answers
23 views
How can I find changes in momentum/direction of a line graph?
Let's say I have a line graph with a 1-minute moving average as pictured below.
I would like to use a script find the X'd positions on the line. The X's represent beginnings of changes in ...
0
votes
1answer
155 views
Problems with Inertina when add force in 2d physic
I try to make a very simple 2d physic functions to solve rigidBody with with sphere particles as colliders,
I have so a rigidBody and particle class :
function _rigidBody () {
...
0
votes
0answers
279 views
Trackpad/Magic Mouse scrolling or momentum
I'm trying to do a article view, where scrolling is like it is within the Reeder App for iPad and iPhone.
I'm using the mousewheel.js for jquery and it works quite good. It gives me the value how ...
0
votes
1answer
503 views
Overflow Scrolling on Android doesn't work?
yupp, I'm one of these guys who want to develop mobile apps with HTML5. On Android and iOS. Sounds crazy I know. Sadly I have a problem...
I have a classic app with a footer and header and a content ...
3
votes
3answers
573 views
Trigger.IO momentum scrolling
Is it possible to add momentum/intertia scrolling to a trigger.io-wrapped HTML5 iOS app?
I'm currently building a basic app, and noticed that the Webview does not respond to the momentum of a swipe ...
1
vote
1answer
198 views
Collision Handling in Javascript - Particles Get Stuck
I am trying to recreate this, and I have been fairly successful. I am having issues with the collision handling though. Although the collision handling seems to work, it has very strange behavior. ...
1
vote
1answer
85 views
Obtaining momentum quaternion from two quaternions and timestep
I have a quaternion which holds the rotation of an object. During the frame I modify it and obtain a new quaternion. I can calculate a quaternion that rotates from 'previous frame' to 'current frame'.
...
3
votes
2answers
902 views
How can I add momentum / inertia to a drag using CSS transform?
I am trying to add a momentum / inertia effect to a zoomed image drag (like in this example or just like iOs does it) and I'm having a tough time with it.
I've been struggling with this for a while ...
1
vote
1answer
531 views
Real-time Scrolling Events using “-webkit-overflow-scrolling: touch”
While using the CSS "-webkit-overflow-scrolling: touch" I'm not able to get real-time scrollLeft positions while on iOS.
Here's a fiddle to demonstrate:
http://jsfiddle.net/WaMUq/
While scrolling on ...
0
votes
0answers
374 views
Simulating the wheel of fortune - iOS
I'm trying to simulate the wheel of fortune motion on the given image. The source for this was taken from here The UI looks something like this:
Wondering how to apply the momentum to this. In ...
0
votes
1answer
201 views
Rotating wheel with touch adding velocity
I have a wheel control in a game which is setup like so:
- (void)ccTouchesMoved:(NSSet *)touches withEvent:(UIEvent *)event
{
UITouch *touch = [touches anyObject];
CGPoint location = [touch ...
0
votes
0answers
280 views
Conservation of momentum equation, how do I factor out v0Final and v1Final? [closed]
I am trying to figure out an equation for conservation of momentum.
So,
If combined momentum before and after the collision is the same, and momentum is velocity times mass, then for 2 objects (A,B), ...
0
votes
3answers
248 views
momentum rotation of image in iOS
I'm new to iOS graphics and animation and would like to know to how to accomplish the effect of momentum rotation of an image upon flick as seen in the video below.
video
Even when not flicked the ...
0
votes
1answer
120 views
Objective C: Camera Swipe from user's finger
My question is what algorithm or math should I use to keep the screen swipe momentum TO KEEP SCROLLING if the user does a fast swipe.
Example: There is an image on the screen that revolves in a ...
0
votes
1answer
569 views
Javascript Inertial side scroll on mouseover
As I was looking through Killers Music html5 site, I wanted to do what they did with main navigation where when mouse is over to left or right, it will scroll infinite.
I have when through their ...
1
vote
0answers
56 views
Tips for keeping momentum on web projects [closed]
im preparing an article on tips for keeping momentum on a web project. basically how to keep the project rolling along smoothly, avoid stagnation & block points
i wanted to show you guys the ...
2
votes
2answers
364 views
Neural Network Definitions
I am writing a neural network class and have come across two concepts I don't understand. Would anyone be able to tell me what the bias and momentum is and does
2
votes
3answers
4k views
How does the momentum/inertial scroll work with the Magic Mouse on NSScrollView?
When you scroll with the newer Apple Magic Mouse (at least on 10.6, I can't confirm any previous Mac OS) you get inertial scroll like scrolling on iPhone (that is, after a flick of the finger to ...

