Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

noty js

import Noty from 'noty'

new Noty({
    text: 'Some notification text',
}).show()

// или
new Noty({
    text: 'Some notification text',
    animation: {
        open : 'animated fadeInRight',
        close: 'animated fadeOutRight'
    }
}).show()
Source by habr.com #
 
PREVIOUS NEXT
Tagged: #noty #js
ADD COMMENT
Topic
Name
2+7 =