Add ScrollReveal (#2468)

main
Julian Lloyd 6 years ago committed by Elbert Alias
parent 35f9cd130a
commit 7ecd339420

@ -12349,6 +12349,18 @@
"script": "/(?:scriptaculous|protoaculous)(?:\\.js|/)",
"website": "https://script.aculo.us"
},
"scrollreveal": {
"cats": [
59
],
"icon": "scrollreveal.svg",
"html": "<[^>]+data-sr(?:-id)",
"js": {
"ScrollReveal().version": "(.*)\\;version:\\1"
},
"script": "scrollreveal(?:\\.min)(?:\\.js)",
"website": "https://scrollrevealjs.org"
},
"shine.js": {
"cats": [
25

@ -0,0 +1,16 @@
<svg
width="42px" height="32px"
viewBox="2 2 42 32"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<rect stroke="none" fill="#FFCB36" fill-rule="evenodd" x="2" y="2" width="6" height="18" rx="3"></rect>
<rect stroke="none" fill="#007D97" fill-rule="evenodd" x="26" y="2" width="6" height="32" rx="3"></rect>
<rect stroke="none" fill="#2EAD6D" fill-rule="evenodd" x="14" y="2" width="6" height="8" rx="3"></rect>
<rect stroke="none" fill="#E31D65" fill-rule="evenodd" x="14" y="16" width="6" height="18" rx="3"></rect>
<rect stroke="none" fill="#E31D65" fill-rule="evenodd" x="38" y="2" width="6" height="18" rx="3"></rect>
<rect stroke="none" fill="#FF7C35" fill-rule="evenodd" x="2" y="26" width="6" height="8" rx="3"></rect>
<rect stroke="none" fill="#553BB8" fill-rule="evenodd" x="38" y="26" width="6" height="8" rx="3"></rect>
</svg>

After

Width:  |  Height:  |  Size: 920 B

Loading…
Cancel
Save