Back





Create a message with a primary type, a duration of 5 seconds and a position of top-center.

Source of exampleCopy to clipboard


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