cwdoh / paper-fab-menu

Material style `floating action button menu` with Polymer
52 stars 14 forks source link

Upgrade to polymer 1.0? #14

Open s850042002 opened 9 years ago

s850042002 commented 9 years ago

Any plan for migration?

cwdoh commented 9 years ago

Sure, PFM will support Polymer 1.0 within 2 weeks. I hope. :)

jonfriesen commented 9 years ago

Has work on this enhancement started @cwdoh ?

themindwright commented 9 years ago

I've stumbled on this as the only solution to FAB menus, but can't use it because of Polymer 1.0. To echo Jon, has there been any work done on getting this updated? Hopefully this will ping cwdoh.

cwdoh commented 9 years ago

I'm sorry for the delay of this work. To be honest, I had started porting fab menu to 1.0, however, my job stopped to renew this component. I'll continue & try to complete this work soon. :)

themindwright commented 9 years ago

Awesome, I look forward to it. I've tried to migrate it locally, but I'm still fairly new to Polymer, and understanding the changes is a bit daunting. I'll keep an eye out for the update, good luck.

GabiAxel commented 9 years ago

If anyone is interested, I implemented speed dial and morphing for Polymer 1.0+. My project took a different approach - wrap other elements to give them the effect, rather than having the element build the fab and the menu. https://github.com/GabiAxel/paper-fab-transitions

s850042002 commented 9 years ago

Looks great, gonna give it a try. @GabiAxel