Add Vue2-animate / miscellaneous , Update Animate.css / ui-framework

main
nurbek 3 years ago
parent a1e310c2da
commit a81179d322

@ -4427,15 +4427,20 @@
"scriptSrc": "\\.amocrm\\.(?:ru|com)", "scriptSrc": "\\.amocrm\\.(?:ru|com)",
"website": "https://www.amocrm.com" "website": "https://www.amocrm.com"
}, },
"animate.css": { "Animate.css": {
"cats": [ "cats": [
66 66
], ],
"description": "Animate.css is a ready-to-use library collection of CSS3 animation effects.", "description": "Animate.css is a ready-to-use library collection of CSS3 animation effects.",
"html": [ "dom": {
"<link [^>]+(?:/([\\d.]+)/)?animate\\.(?:min\\.)?css\\;version:\\1" "link[href*='animate']": {
], "attributes": {
"website": "https://daneden.github.io/animate.css/" "href": "([\\d\\.]+)?/animate\\.min\\.css\\;version:\\1"
}
}
},
"oss": true,
"website": "https://animate.style"
}, },
"anime.js": { "anime.js": {
"cats": [ "cats": [

@ -886,6 +886,21 @@
"oss": true, "oss": true,
"website": "https://vuetifyjs.com" "website": "https://vuetifyjs.com"
}, },
"Vue2-animate": {
"cats": [
19
],
"description": "Vue2-animate is a Vue.js port of Animate.css.",
"icon": "vue.svg",
"dom": "link[href*='/vue2-animate.min.css']",
"implies": [
"Vue.js",
"Sass",
"Animate.css"
],
"oss": true,
"website": "https://github.com/asika32764/vue2-animate"
},
"vBulletin": { "vBulletin": {
"cats": [ "cats": [
2 2