hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

Improve animations #154

Closed haustraliaer closed 10 years ago

haustraliaer commented 10 years ago

The drawer animation is both a performance issue and a browser support issue. I'd like to find a way of moving the entire drawer & app frame as one element, rather than re-positioning both individually. We should probably also use veloctiy to do this, rather than css transitions.

haustraliaer commented 10 years ago

Related: https://github.com/hivewallet/hive-js/issues/63

haustraliaer commented 10 years ago

Spinner now spins back to start position, rather than jumping as per #160

haustraliaer commented 10 years ago

Draw was too hard to animate as one unit (and not break other things)... it was also less performant with velocity lel.

I've reconfigured it to open to a fixed position / width for later breakpoints though and removed the flexbox code that was causing weird glitching in chrome.

haustraliaer commented 10 years ago

Removed the dropdown code for now as User Details is the only thing left in the drawer after moving tokens to a tab.