Toolbar Panel with Sliding effect

EduardoElias

Active Member
Licensed User
Longtime User
I am looking to make a panel, that will be over all the views, the effect should be like the panel comming from outside screen on the right and gradually (and smooth) show all its width (around 30%x from the right side of the screen).

It is not like some apps that you can slide the overall app main view to one side and shows up options.

I want that the panel to be closed with the same effect getting back from were it came.

I was trying to do that with slidingpanels example, but i was not successful.

Any direction?
 

EduardoElias

Active Member
Licensed User
Longtime User
I made a test with animation library, and could make what I wanted. I am somewhat lost with the coordinates used for InitializeTranslate, but I gave several attempts and could make it the way I wanted.

Sorry for the post. However if there is a source code that already handle views for such a need and could give me a link it would be helpful. I have searched and could not find one with this exact application.

Thanks
 
Upvote 0
Top