Bottom-sheet Sample in VisualNEO Web - Forum

Forum Navigation
You need to log in to create posts and topics.

Bottom-sheet Sample in VisualNEO Web

This is a very simple and easy way to create bottom-sheet in VisualNEO Web.

Uploaded files:
  • You need to login to have access to uploads.
luishp, Vadim and 5 other users have reacted to this post.
luishpVadimfarhad2008CDY@44emoilcaa72alexander_loc

@asmat

Thank you so much!!!

asmat has reacted to this post.
asmat

@asmat really nice. Thank you for sharing!

asmat has reacted to this post.
asmat

With quickAnimateCss plugin  :-)

 

Uploaded files:
  • You need to login to have access to uploads.
asmat has reacted to this post.
asmat

If you use the fadeInUp and fadeInDown effect
When opening:

ShowObject "downMenu" "fadeInUp" 0
SetObjectStyle "myimage" "filter" "blur (10px)"
HideObject "mybutton" "" 0

 

 

and when closing:

HideObject "downMenu" "fadeOutDown" 0
SetObjectStyle "myimage" "filter" "blur (0px)"
ShowObject "mybutton" "" 0

 

you get the desired effect

The plugin don't add nothing usefull here, is the same as showobject (with some new effects). I use it only when i want to repeat a effect to save me to add the timers.

farhad2008 and asmat have reacted to this post.
farhad2008asmat