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
1
vote
1 answer

Scroll view limit one border

The property bounces can limit scroll view border, but I want to limit one border, for example: I can drag over top border, but bottom can't. I have make it using two views, but I want to find a direct way.
1
vote
1 answer

Java bounce physics : never ending bounce

I have recently started programming games in java. I come from a C# / XNA background and i already have experience in game development. However I have a problem in my java game. I have a bouncing script which makes a in-game "particle" bounce upon…
1
vote
1 answer

what is difference between Bounce and BootUp the server?

While looking into the Server environment I found the different terminologies some of them I am aware of like shutdown, restart and start I don't know what does actually Bounce and BootUp services do? according to me bounce means restart and bootup…
Girdhar Singh Rathore
  • 5,030
  • 7
  • 49
  • 67
1
vote
2 answers

Unity: How to create a Knockback vector2 directions script (c#)

I have this topdown game on which I want to create a knockback effect when my player collides with my object. I want to create a knock back script using OnTriggerEnter2D. I want the knock back script to look like this. How Would I do that? (sorry…
wasicool2
  • 193
  • 1
  • 3
  • 15
1
vote
0 answers

How can I remove the bounce on scroll on specific

I am trying to remove the bounce scroll on a specific element of my page. At the moment I have a div with a gradient in a fixed position that bounces when scroll. Is it possible to remove the browser bounce scroll on a specific…
Diego Oriani
  • 1,647
  • 5
  • 22
  • 31
1
vote
1 answer

Ball bouncing off the wall doesn't work

I am trying to let the ball bounce back when it is about to go off the screen. I thought it should work with this: bal.physicsBody?.velocity.dx = -bal.physicsBody?.velocity.dx but it doesn't.. I am getting this error: Could not find an overload…
sdd
  • 889
  • 8
  • 29
1
vote
0 answers

Best type of collisions for this game

I'm a litte confused, because I wanted to create the clone of a 2D game where you ride a tank and your bullets can bounce from the walls, which have irregular shapes (I will paste a link for the example at the end of my post). And now I'm stuck on…
1
vote
0 answers

Bounce a pin in google maps lower and faster

is there any possibility to make a pin to bounce lower and faster? i want pin to jump just a little and more often. i tried by css but it doesnt work. can i just edit api bouncing? like duration or speed? google.maps.event.addListener(marker,…
Karolina
  • 137
  • 3
  • 17
1
vote
1 answer

Manually bounce UIScrollView

With UIScrollView, it's possible to programmatically move to an offset, with setContentOffset:animated: for exemple. I'm trying to add a bounce effect when the offset is set programmatically. I think I should use a UIAttachmentBehavior, but I don't…
Morpheus
  • 1,189
  • 2
  • 11
  • 33
1
vote
1 answer

CSS animation bounce (with a curve)

I'm trying to make a bouncing ball with a CSS animation. .bouncing-ball{-webkit-animation:bounce 3s;position:absolute;bottom:0;left:0} @-webkit-keyframes bounce{50% {bottom:20%;left:40%;}100% {left:80%;bottom:0;}} When I use this code I get the…
XYZ
  • 13
  • 5
1
vote
0 answers

How to create bounce bubble system window overlay like Facebook messenger chat

I am android developer .I create system window overlay .I want to bounce bubble only stay left top corner, right top corner,bottom left corner.bottom right corner .you stretch ball from top right corner to center then ball direct bounce top right…
Priyanka patel
  • 156
  • 2
  • 10
1
vote
1 answer

Only allowing UIScrollView to zoom bounce when zooming in, not out

I have a UIScrollView and I would like it to only zoom bounce (UIScrollView.bouncesZoom) when zooming in. If the user tries to zoom out past the minimumZoomScale there is no bouncing animation, however when zooming in there is. The…
dcgoss
  • 2,147
  • 3
  • 20
  • 31
1
vote
0 answers

Bounce issue in iFrame inside a web-app on iOS

thank you for reading! Here we are. We have an annoying issue with the bounce of the browser. I know that this topic has already been studied in deep but this is a little bit different because there is an iFrame that is messing up all the code.…
1
vote
1 answer

Jquery jump on a div and getting down

I am trying to create a smooth jump on to a div and get down of the div once div is completed. Could some one guide me on smooth jumping effect with jquery. Here is my fiddle $(document).keydown(function(pk){ var pos = $('#box').position(); …
Kurkula
  • 6,386
  • 27
  • 127
  • 202
1
vote
1 answer

UIView Animation breaks TableView

I have a UITableView embedded in a UIView. When a cell is selected, the TableView slides left using UIView Animation so that details underneath can be displayed. When I slide the tableview back to its original frame, the table view can be…
Marty
  • 162
  • 6