Merge pull request #6621 from nurbek91/vue2_animate

Add Vue2-animate / miscellaneous , Update Animate.css / ui-framework
main
Elbert Alias 2 years ago committed by GitHub
commit e1e65b26ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -886,6 +886,21 @@
"oss": true,
"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": {
"cats": [
2

Loading…
Cancel
Save