-4

Prompt how to implement animation block appearance similar to a window appears asking for the password at the Apple Store ios devices.

Here's how the animation should look: http://youtu.be/4kqmEHNf23I?t=3m21s I'm sure there are ready-made solutions, but the search for failed. I think in hand to write with basic skills jquery this effect is very difficult.

isherwood
  • 58,414
  • 16
  • 114
  • 157
Evgeny Gerbut
  • 390
  • 1
  • 4
  • 10
  • Question clarity aside, can you post the code you have so far – atmd Jan 27 '15 at 15:36
  • 1
    I think I understand your question to say, you want to popup a div/box that comes from the middle of the screen, expands on top, bounce/jiggles a little and then sets into place. It's basically a lightbox with easing at the end of the animation? Is that correct? http://stackoverflow.com/questions/14463091/how-to-build-custom-jquery-easing-bounce-animations If so, you can use something similar to this except with a show popup/lightbox, and take the easing info out of there. – Dave Goten Jan 27 '15 at 15:42
  • Yes, you're right. It is this effect I want. Thank you for an instant reaction. – Evgeny Gerbut Jan 27 '15 at 15:50

1 Answers1

0

There are a solution: How To Build Custom jQuery Easing/Bounce Animations? By the way, the person on the link will also not provide the code and described the situation on the fingers. I describe the situation instead gave the example in the video. So why cons?

Community
  • 1
  • 1
Evgeny Gerbut
  • 390
  • 1
  • 4
  • 10