Quote from
emo on June 23, 2021, 2:23 pm
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.
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.