Is There a Way To Make A Sliding Notification Box?
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- KingSparta
-
- Posts: 276
- Joined: Tue Dec 08, 2020 6:00 pm
- Location: Earth
- Contact:
Is There a Way To Make A Sliding Notification Box?
Is There a Way To Make A Sliding Notification Box?
Retired military with Airborne, Air Assault, and Flight Wings. Enjoys model trains, the internet, and ham radio. Located in Fayetteville, NC, USA. Avatar created by AI.
https://MyAAGrapevines.com
https://CenterCityBBS.Com (Grupo Chat, & Forum)
https://MyAAGrapevines.com
https://CenterCityBBS.Com (Grupo Chat, & Forum)
Re: Is There a Way To Make A Sliding Notification Box?
Do you have an example of what you are trying to do?
- KingSparta
-
- Posts: 276
- Joined: Tue Dec 08, 2020 6:00 pm
- Location: Earth
- Contact:
Re: Is There a Way To Make A Sliding Notification Box?
like a Windows 10\11 notification that slides in from the right, Pauses about 10 seconds, and then slides back out of view.
Retired military with Airborne, Air Assault, and Flight Wings. Enjoys model trains, the internet, and ham radio. Located in Fayetteville, NC, USA. Avatar created by AI.
https://MyAAGrapevines.com
https://CenterCityBBS.Com (Grupo Chat, & Forum)
https://MyAAGrapevines.com
https://CenterCityBBS.Com (Grupo Chat, & Forum)
Re: Is There a Way To Make A Sliding Notification Box?
What triggers it to make it slide?
- BaconFries
-
- Posts: 5914
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Is There a Way To Make A Sliding Notification Box?
What your referring to in Windows is known as "Push Notifications" it generally kicks in for example when a "New" update is installed or it could be your AV has updated. In web design (mobile)you can do something similar using what is called "Toast" Notifications were onload of a page a message slides up for a set time in seconds then slides back. You may or may not have seen it in action is sites that sell or proclaim to sell a item and every few seconds one appears saying something like "Dave from Anytown just bought" and so on and on.
See the following example of a onload but you need to close yourself
https://codepen.io/osaroadade/pen/oNXeNYE
You could also do this with the tools already available in the software with a little know how.
Toast plugin for information only
https://kamranahmed.info/toast
https://github.com/kamranahmedse/jquery-toast-plugin
See the following example of a onload but you need to close yourself
https://codepen.io/osaroadade/pen/oNXeNYE
You could also do this with the tools already available in the software with a little know how.
Toast plugin for information only
https://kamranahmed.info/toast
https://github.com/kamranahmedse/jquery-toast-plugin
- wwonderfull
-
- Posts: 1579
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Is There a Way To Make A Sliding Notification Box?
Not sure if it is something dynamic but wwb does have a box which pops up like a notification and that is the "Toast" Tool.
You can give it slide fade and other effects when popping up too.
https://www.wysiwygwebbuilder.com/toasts.html
You can give it slide fade and other effects when popping up too.
https://www.wysiwygwebbuilder.com/toasts.html
- KingSparta
-
- Posts: 276
- Joined: Tue Dec 08, 2020 6:00 pm
- Location: Earth
- Contact:
Re: Is There a Way To Make A Sliding Notification Box?
I just checked Toast, I can get it to slide in, but Not slide out.
I am going to play with it a bit more today.
thanks both for the Tip.
I am going to play with it a bit more today.
thanks both for the Tip.
Retired military with Airborne, Air Assault, and Flight Wings. Enjoys model trains, the internet, and ham radio. Located in Fayetteville, NC, USA. Avatar created by AI.
https://MyAAGrapevines.com
https://CenterCityBBS.Com (Grupo Chat, & Forum)
https://MyAAGrapevines.com
https://CenterCityBBS.Com (Grupo Chat, & Forum)