Back





Create a message with a light type, a duration of 5 seconds and a position of top-right.

Source of exampleCopy to clipboard


createMessage = function() {
	new AvalynxToast(
		"lorem ipsum dolor sit amet",
		"light",
		{
			"duration": 5000,
			"position": "top-right",
		}
	);
}
	
AvalynxToast on GitHub Avalynx on GitHub