Skip to content

Instantly share code, notes, and snippets.

View inxomnyaa's full-sized avatar
🐺
Working on WolvesFortress MCBE RPG Server

inxomnyaa inxomnyaa

🐺
Working on WolvesFortress MCBE RPG Server
View GitHub Profile
/**
* iMessage-style loader
*/
@keyframes fade {
to { background: rgba(0,0,0,.1); }
}
.progress,
.progress:before,
@inxomnyaa
inxomnyaa / iOS7-style chat balloons.markdown
Created July 16, 2015 13:30
iOS7-style chat balloons
<script>
$(document).ready(function() {
$("#sbmt").click(function() {
var re = /\/ignore\s(.*?)\s/g;
var m;
var shoutmsgvalue=$("#shoutmsg").val();
while ((m = re.exec(shoutmsgvalue)) != null) {
if (m.index === re.lastIndex) {
re.lastIndex++;
}