Skip to content

Instantly share code, notes, and snippets.

@rafszul
Last active July 14, 2017 04:01
Show Gist options
  • Save rafszul/5935d3c7cda6fb68abfebd11ebf6d7dc to your computer and use it in GitHub Desktop.
Save rafszul/5935d3c7cda6fb68abfebd11ebf6d7dc to your computer and use it in GitHub Desktop.
Fan Menu Customised Config Objects -> https://danielykpan.github.io/ng2-fan-menu/
{
"top": 50,
"left": 50,
"bottom": 50,
"right": 50
}
{
"font": "karla",
"defaultOpen": false,
"radius": "500",
"spinable": true,
"showIcons": false,
"offset": "10",
"buttonBackgroundColor": "#fff",
"buttonWidth": "50",
"buttonFontColor": "#616161",
"buttonOpacity": "0.5",
"buttonCrossImgSize": "40%",
"wingFontWeight": "700",
"wingFontColor": "#616161"
}
{
"topLeft": 5,
"topRight": 95,
"bottomRight": 185,
"bottomLeft": 275
}
[
{
"title": "info",
"color": "rgba(255,255,255,0.7)",
"icon": {
"name": "fa fa-info"
}
},
{
"title": "login",
"color": "rgba(255,255,255,0.7)",
"icon": {
"name": "fa fa-sign-in"
}
},
{
"title": "initiatives",
"color": "rgba(255,255,255,0.7)",
"icon": {
"name": "fa fa-list"
}
},
{
"title": "blog",
"color": "rgba(255,255,255,0.7)",
"icon": {
"name": "fa fa-coffee"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment