Why is hardware acceleration not working on my View?
问题 I'm using Facebook's Rebound library to replicate the bouncy animations seen in their chat heads implementation. The problem is, most of the time the animation stutters. A few pictures will explain this better. Here's the buttery-smooth chat heads animation: And here's my attempt (notice how the animation for the white View skips nearly all frames): Once in a while it works smoothly: Below is the code I'm using currently (the entire project is up on Github if you want to set it up quickly). I