Circled Layout Menu

CircleLayoutAnimatin



I created it when this here is the menu for IOS using UICollectionView UICollectionViewLayoutAttributes and with snapping. I would like to implement this in Fuse, but have no idea how. CircleLayout Class is not working as expected. If the ability to create such solely in UX? If not, what overwrite methods of ScrollView it is best to use in my inherited Uno class?

The linked image isn’t visible here.
Ref:

<Error>
<Code>AuthenticationFailed</Code>
<Message>
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:83bc6631-0001-00a6-47ea-a2f051000000 Time:2017-03-22T08:59:07.3565580Z
</Message>
<AuthenticationErrorDetail>
Signature not valid in the specified time frame: Start [Tue, 21 Mar 2017 20:34:24 GMT] - Expiry [Tue, 21 Mar 2017 21:34:24 GMT] - Current [Wed, 22 Mar 2017 08:59:07 GMT]
</AuthenticationErrorDetail>
</Error>

Ok, may be direct link should worked: https://d.pr/YkCU

UPD: reupload to gifyu.com

Looks like it could be possible to implement that using scaled navigation (which’ll also give you the desired snapping).
This example is probably a good starting point.

Remi Pedersen, thanks!
I try to play with this sample and make some progress. But it very hackly!

example