Skip to content

Instantly share code, notes, and snippets.

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Article extends Model
{
protected $fillable = ['name', 'content'];
function chatbubble() {
var animationEnd = "webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend";
var str = "OMG I just did a thing! and now holy shit is this even longer thing!";
var x = str.length;
x = x * 50;
// Put in the text the supporter wants to say
$('#cbinntertext').html(str);
// show the bubble