Opened 5 years ago
Closed 5 years ago
#48490 closed enhancement (fixed)
Login failure "shake" should use CSS animation
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | Login and Registration | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Description (last modified by )
The login failure "shake" uses really terrible old JavaScript to simulate the shake by moving the box. It's "choppy" by design. We have much better options now, like CSS animations.
Attachments (2)
Change History (8)
Note: See
TracTickets for help on using
tickets.
48490.diff is a much simpler and faster implementation, using translateX()