Skip to content

Instantly share code, notes, and snippets.

{"v":"5.5.7","meta":{"g":"LottieFiles AE 0.1.20","a":"","k":"","d":"","tc":""},"fr":29.9700012207031,"ip":0,"op":181.000007372281,"w":1920,"h":1080,"nm":"Layer 1/test-ilustration","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[788.284,460.906,0],"to":[9,-3.167,0],"ti":[-3.167,-5.167,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":60,"s":[842.284,441.906,0],"to":[3.167,5.167,0],"ti":[22,-4,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":107.5,"s":[807.284,491.906,0],"to":[-22,4,0],"ti":[3.167,5.167,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":150,"s":[710.284,465.906,0],"to":[-3.167,-5.167,0],"ti":[-13,0.833,0]},{"t":180.00000733155,"s":[788.284,460.906,0]}],"ix":2},"a":{"a":0,"k":[-420.855,-144.855,0],"ix":1},"s":{"a":0,"k":[35.751,35.751,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"
Database Exception: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'sproutforms_integrations' already exists
The SQL being executed was: CREATE TABLE sproutforms_integrations (
id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
formId int(11) NOT NULL,
name varchar(255) NOT NULL,
type varchar(255) NOT NULL,
settings text,
enabled tinyint(1) DEFAULT FALSE,
dateCreated datetime NOT NULL,
dateUpdated datetime NOT NULL,
@vdrnn
vdrnn / dabblet.css
Created July 30, 2013 20:43 — forked from LeaVerou/dabblet.css
Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
/**
* Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
* Caveat: Not DRY. The content needs to be repeated in a data- attribute (or directly in the CSS).
*/
body {
background: #ccc51c;
min-height: 100%;
}
@vdrnn
vdrnn / dabblet.css
Created February 11, 2013 16:17 — forked from LeaVerou/dabblet.css
Text masking — The SVG way
/**
* Text masking — The SVG way
*/
svg {
width: 6em; height: 1.5em;
font: 900 500%/1.2 'Arial Black', sans-serif;
}
text { fill: url(#wood); }