Questions tagged [bounce]

Do not use this tag as it is ambiguous.

May be associated with

  • email: "unknown sender" or "action not permitted". See
  • graphics: to ricochet an item in a display field
308 questions
3
votes
1 answer

How to make ball bounce off triangle in pygame?

Hello I'm a pretty new programmer and I'm trying to make a ball bounce off a 45 degree triangle. Here is my code: This program makes the ball bounce when it hits the sides of the window, but I don't know how to make it bounce off a triangle. import…
galaxies
  • 63
  • 7
3
votes
5 answers

loop numbers down and up and not using recursion in python

I have a small problem with my code. I can't seem to figure out how to do this. I can get it to work with two for loops. But in the exercise it says that i only can use one loop to get the result. The code is supposed to execute…
teslagosu
  • 65
  • 5
3
votes
2 answers
3
votes
1 answer

jQuery Bounce In Place

I need my list item elements to bounce in place and not fall all over each other. I created a JSFiddle of what I mean: http://jsfiddle.net/RGvjj/ Can someone advise me as to why the elements are doing that and what I need to do to fix that?
maletor
  • 7,072
  • 7
  • 42
  • 63
3
votes
1 answer

Software debounce for Android buttons

I have a simple ImageButton in my Android program which, when clicked, appends a "0" in a TextView. When this button is long clicked, it is supposed to append "+" in that TextView. The program works fine but I'm facing a typical key bouncing effect.…
Vinit Shandilya
  • 1,643
  • 5
  • 24
  • 44
3
votes
1 answer

Bounce A Ball of off a Circle

So I am making a game that's like slime volleyball. Basically, my two main players, or objects, are half circles on either side, I have a net in the middle, and a ball. My problem is I can't figure out how to make the ball bounce of a semi circle…
Luke Fairway
  • 87
  • 1
  • 5
3
votes
1 answer

corona sdk realistic ball bounces off of static objects like walls

I hope to make the ball bouncing realistic. Sometimes it will bounce, the apex will begin to decrease and then it hits the ground again and bounces even higher. Same happens when it hits the walls, it is as if the walls apply a force to the ball…
user3342460
  • 71
  • 1
  • 4
3
votes
3 answers

jMonkeyEngine: BetterCharacterControl always bouncing

I create 2 Spartials and set one as RigidBodyControl, second as BetterCharacterControl. Both are boxes of sizes = (10f, 1f, 10f) and (0.5f,0.5f,0.5f). floor = createFloor(); CollisionShape sceneShape =…
EMP
  • 31
  • 3
3
votes
1 answer

Bouncing ball app in touch listener in android

I refer this link Bouncing Ball.When user touch on ball, it stops moving & When user release ball then it continues moving. how can we do it using touch gesture ? Thank you in Advance.
Jigar Shekh
  • 2,800
  • 6
  • 29
  • 54
3
votes
0 answers

Enable scroll bounce on horizontal scroll in a mobile website

I'm developing a website where I have overflow-x: scroll; and overflow-y: hidden; for a certain div on the page. All of that works correctly, but I was wondering if it's possible to enable the bounce effect when scrolling horizontally on a mobile…
3
votes
1 answer

how to edit an android animation interpolator?

I need to make a scale driven animated dialog.. I want to do it with bounce effect i tried with bounce interpolater
Ahmad Dwaik 'Warlock'
  • 5,953
  • 5
  • 34
  • 56
3
votes
1 answer

How to use css3 to achieve a ball bounce effect?

In fact I have almost successs: I have a div needed to bounce :

This is card

​ then I use css3 animate to achieve bounce effect: .container{ …
hh54188
  • 14,887
  • 32
  • 113
  • 184
2
votes
4 answers

Error in Jquery bounce effect

I am new to Jquery.. I want use bounce effect in my application..I have seen a sample code here.It works there,But when copied and saved in my system its not working. Its giving JS error: Object does not support method / property 'effect'. Any…
Rama Rao M
  • 2,961
  • 11
  • 44
  • 64
2
votes
2 answers

jquery bounce effect breaks inline alignment of list

I am trying to make some animations with the main navigation of my site. With this, I would want to apply a bouncing effect as the navigation menu item is hovered. This is the structure of my navigation:
Atasha
  • 489
  • 1
  • 9
  • 28
2
votes
1 answer

Processing - balls to blur for a moment when bounce off the edge of the screen

I'm looking for a way for the balls to blur when the approach the edge of the screen. they should transition back to sharp focus when they approach the centre. Do you have any advice of how to achieve it? Hope it makes sense! ArrayList < Ball >…
pronia
  • 21
  • 1