-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
choose a starter template for new project
- Loading branch information
1 parent
16023c5
commit 280f9aa
Showing
12 changed files
with
959 additions
and
355 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,268 @@ | ||
{ | ||
"name": "CSS Text Animation", | ||
"version": "0.0.1", | ||
"title": "CSS Text Animation", | ||
"description": "CSS Text Animation", | ||
"author": "Polyrise", | ||
"url": "https://michaelsboost.com/", | ||
"meta": "", | ||
"libraries": [ | ||
"https://fonts.googleapis.com/css?family=Roboto:700" | ||
], | ||
"css": { | ||
"rootVariables": {}, | ||
"styles": { | ||
"body": { | ||
"base": { | ||
"margin": "0px", | ||
"font-family": "'Roboto'", | ||
"text-align": "center" | ||
} | ||
}, | ||
"#container": { | ||
"base": { | ||
"color": "#999", | ||
"text-transform": "uppercase", | ||
"font-size": "36px", | ||
"font-weight": "bold", | ||
"padding-top": "200px", | ||
"position": "fixed", | ||
"width": "100%", | ||
"bottom": "45%", | ||
"display": "block" | ||
} | ||
}, | ||
"#flip": { | ||
"base": { | ||
"height": "50px", | ||
"overflow": "hidden" | ||
} | ||
}, | ||
"#flip > div > div": { | ||
"base": { | ||
"color": "#fff", | ||
"padding": "4px 12px", | ||
"height": "45px", | ||
"margin-bottom": "45px", | ||
"display": "inline-block" | ||
} | ||
}, | ||
"#flip div": { | ||
"pseudos": [ | ||
{ | ||
"selector": ":first-child", | ||
"styles": { | ||
"animation": "show 5s linear infinite" | ||
} | ||
} | ||
] | ||
}, | ||
"#flip div div": { | ||
"base": { | ||
"background": "#42c58a" | ||
} | ||
}, | ||
"#flip div:first-child div": { | ||
"base": { | ||
"background": "#4ec7f3" | ||
} | ||
}, | ||
"#flip div:last-child div": { | ||
"base": { | ||
"background": "#DC143C" | ||
} | ||
} | ||
}, | ||
"animations": { | ||
"show": { | ||
"keyframes": { | ||
"0%": { | ||
"margin-top": "-270px" | ||
}, | ||
"5%": { | ||
"margin-top": "-180px" | ||
}, | ||
"33%": { | ||
"margin-top": "-180px" | ||
}, | ||
"38%": { | ||
"margin-top": "-90px" | ||
}, | ||
"66%": { | ||
"margin-top": "-90px" | ||
}, | ||
"71%": { | ||
"margin-top": "0px" | ||
}, | ||
"99.99%": { | ||
"margin-top": "0px" | ||
}, | ||
"100%": { | ||
"margin-top": "-270px" | ||
} | ||
} | ||
} | ||
}, | ||
"breakpoints": {} | ||
}, | ||
"components": [], | ||
"html": [ | ||
{ | ||
"tag": "div", | ||
"id": "ppj3ipnae", | ||
"style": "", | ||
"state": { | ||
"collapsed": false, | ||
"visible": true, | ||
"selected": false | ||
}, | ||
"name": "div", | ||
"type": "box", | ||
"text": "", | ||
"props": { | ||
"id": "container" | ||
}, | ||
"children": [ | ||
{ | ||
"tag": "span", | ||
"id": "qb8y29isc", | ||
"style": "", | ||
"state": { | ||
"collapsed": false, | ||
"visible": true, | ||
"selected": false | ||
}, | ||
"name": "span", | ||
"type": "text", | ||
"text": "Make", | ||
"children": [] | ||
}, | ||
{ | ||
"tag": "div", | ||
"id": "aljnrsffq", | ||
"style": "", | ||
"state": { | ||
"collapsed": false, | ||
"visible": true, | ||
"selected": false | ||
}, | ||
"name": "div", | ||
"type": "box", | ||
"text": "", | ||
"props": { | ||
"id": "flip" | ||
}, | ||
"children": [ | ||
{ | ||
"tag": "div", | ||
"id": "s0e0b8puc", | ||
"style": "", | ||
"state": { | ||
"collapsed": false, | ||
"visible": true, | ||
"selected": false | ||
}, | ||
"name": "div", | ||
"type": "box", | ||
"text": "", | ||
"children": [ | ||
{ | ||
"tag": "div", | ||
"id": "deq9bx7fe", | ||
"style": "", | ||
"state": { | ||
"collapsed": false, | ||
"visible": true, | ||
"selected": false | ||
}, | ||
"name": "div", | ||
"type": "box", | ||
"text": "work", | ||
"children": [] | ||
} | ||
] | ||
}, | ||
{ | ||
"tag": "div", | ||
"id": "tsuqohbb5", | ||
"style": "", | ||
"state": { | ||
"collapsed": false, | ||
"visible": true, | ||
"selected": false | ||
}, | ||
"name": "div", | ||
"type": "box", | ||
"text": "", | ||
"children": [ | ||
{ | ||
"tag": "div", | ||
"id": "ww6zul5pl", | ||
"style": "", | ||
"state": { | ||
"collapsed": false, | ||
"visible": true, | ||
"selected": false | ||
}, | ||
"name": "div", | ||
"type": "box", | ||
"text": "lifestyle", | ||
"children": [] | ||
} | ||
] | ||
}, | ||
{ | ||
"tag": "div", | ||
"id": "vrj1yt56n", | ||
"style": "", | ||
"state": { | ||
"collapsed": false, | ||
"visible": true, | ||
"selected": false | ||
}, | ||
"name": "div", | ||
"type": "box", | ||
"text": "", | ||
"children": [ | ||
{ | ||
"tag": "div", | ||
"id": "ukf94cta9", | ||
"style": "", | ||
"state": { | ||
"collapsed": false, | ||
"visible": true, | ||
"selected": false | ||
}, | ||
"name": "div", | ||
"type": "box", | ||
"text": "everything", | ||
"children": [] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"tag": "span", | ||
"id": "q0u1hykot", | ||
"style": "", | ||
"state": { | ||
"collapsed": false, | ||
"visible": true, | ||
"selected": false | ||
}, | ||
"name": "span", | ||
"type": "text", | ||
"text": "awesome!", | ||
"children": [] | ||
} | ||
] | ||
} | ||
], | ||
"logo": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iNTEyIgogICBoZWlnaHQ9IjUxMiIKICAgdmlld0JveD0iMCAwIDEzNS40NjY2NiAxMzUuNDY2NjciCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzEiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnMKICAgICBpZD0iZGVmczEiIC8+PGcKICAgICBpZD0iZzI0Ij48cGF0aAogICAgICAgaWQ9InBhdGgyMiIKICAgICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZTtmaWxsOiMxMzNhZDQ7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlLXdpZHRoOjk2LjE3NDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQiCiAgICAgICBkPSJNIDkuNTgyODc3NSw2Ny43MzMzMzIgViAxMzUuMjAwNTMgTCAyNS4zODc1OTcsMTI2LjAzMTA3IFYgMTA2Ljk2MDQgNjcuNzMzMzMyIFogbSA4NS45Njg5MTE1LDAgLTU3Ljc2OTA4MywzMi4yOTcyNTggdiAxOC44MTA3MyBMIDEyNS44ODIyNCw2Ny43MzMzMzIgWiIgLz48cGF0aAogICAgICAgc3R5bGU9ImRpc3BsYXk6aW5saW5lO2ZpbGw6IzA0YTJmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2Utd2lkdGg6MTQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kIgogICAgICAgaWQ9InBhdGgyMyIKICAgICAgIGQ9Im0gNDkuNTY4NTI3LDM1LjgxOTU1MyAtMTYuOTcwNDc4LDkuNzk3OTEgMCwtMTkuNTk1ODIgeiIKICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDIuMjE3MjY1MiwwLDAsMi4xNDcwMjkzLC0zNC40OTUyNjksLTkuMjYyMTYyKSIgLz48cGF0aAogICAgICAgaWQ9InBhdGgyNCIKICAgICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZTtmaWxsOiM4NjAwZWY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlLXdpZHRoOjk2LjE3NDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQiCiAgICAgICBkPSJNIDkuNTgyODc3NSwwLjI2NjEzMzYyIFYgNjcuNzMzMzMyIEggMjUuMzg3NTk3IFYgNDIuODU2ODE1IDI4LjMyNjk1MyBsIDcwLjMyNTkzOSwzOS4zMTU5NDYgLTAuMTYxNzQ3LDAuMDkwNDMgaCAzMC4zMzA0NTEgbCAwLjAwMiwtMC4wMDEgeiIgLz48L2c+PC9zdmc+Cg==", | ||
"lang": "en", | ||
"dark": true, | ||
"previewDark": true, | ||
"pwa": false, | ||
"activePanel": "layers" | ||
} |
Oops, something went wrong.