Skip to content

Instantly share code, notes, and snippets.

View hollowmyth's full-sized avatar

Rich Paul hollowmyth

View GitHub Profile
{"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":0,"ty":4,"nm":"exhaust","ks":{"o":{"k":30},"r":{"k":0},"p":{"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[10796,860,0],"e":[-8883,860,0],"to":[-3279.83325195312,0,0],"ti":[3279.83325195312,0,0]},{"t":299}]},"a":{"k":[1080,31.5,0]},"s":{"k":[1000,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"k":{"i":[[16.666,1.667],[20.833,0.834],[13.334,-2.5],[12.5,-0.856],[13.334,-3.67],[25,6.667],[25.833,0.833],[25,0],[15,-1.709],[18.333,-5],[38.333,-0.376],[21.667,0.203],[21.666,2.379],[5.833,-4],[10.834,6.037],[25,4.603],[16.666,-3.333],[10.833,-1.5],[18.333,8.201],[7.5,8.238],[3.333,-5],[6.666,4.167],[0,0],[6.667,-4.167],[3.333,5],[7.5,-8.237],[18.334,-8.202],[10.834,1.5],[16.666,3.334],[25,-4.604],[10.833,-6.038],[5.833,4],[21.666,-2.38],[21.667,-0.202],[38.333,0.375],[18.333,5],[15,1.709],[25,0],[25.833,-0.834],[25,-6.667],[13.333,3.67],[12.5,0.856],[13.333,2.5],[20.834,-0.833],[16.666,-1.667
@hollowmyth
hollowmyth / world_location.json
Last active September 6, 2018 01:09
Lottie animation for world map loading.
{"v":"5.0.1","fr":60,"ip":0,"op":301,"w":800,"h":600,"nm":"World","ddd":0,"assets":[{"id":"comp_5","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"here 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":15,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":45,"s":[100],"e":[0]},{"t":75}],"ix":11,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"r":{"a":0,"k":-22.856,"ix":10},"p":{"a":0,"k":[75,75,0],"ix":2},"a":{"a":0,"k":[-252.5,-48.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":1,"k":[{"i":{"x":[0.14,0.14],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"n":["0p14_1_0p167_0p167","0p14_1_0p167_0p167"],"t":15,"s":[2,2],"e":[40,40]},{"t":75}],"ix":2,"x":"var $bm_rt;\n$bm_rt = loopOut('cycle');"},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a
@hollowmyth
hollowmyth / support_breadcrumbs
Created March 16, 2012 17:27
breadcrumb structure sample
<div class="span13 breadcrumbs">
<ul class="navigation horizontal">
<li><a href="http://olaxpw-xprsupport00.garmin.com/eeinst0/us/index.php" title="Support">Support</a></li>
<li><a href="http://olaxpw-xprsupport00.garmin.com/eeinst0/us/index.php#/{f0a89a90-030a-11dc-e9ab-000000000000}" title="Help Topics"><!--001-->On the Road</a></li>
<li><a href="http://olaxpw-xprsupport00.garmin.com/eeinst0/us/index.php#/{f0a89a90-030a-11dc-e9ab-000000000000}/Automotive" title="Help Topics">Automotive</a></li>
<li><a href="http://olaxpw-xprsupport00.garmin.com/eeinst0/us/index.php#/{f0a89a90-030a-11dc-e9ab-000000000000}/Automotive/{91e793c0-88d8-11de-fcf7-000000000000}" title="Help Topics">nuvi 1600 series</a></li>
<li class="last"><h1> nuvi 1690</h1></li>
</ul>
</div>
@hollowmyth
hollowmyth / DashboardProductView.js
Created October 27, 2011 15:32
backbone view with draggable events should work on iOS but doesn't
Garmin.msc.Views.DashboardProductView = Backbone.View.extend({
//this is the view for a single selected product in
//the dashboard (the dashboardCollection) and should.
className:"product-dashboard",
events: {
// "mouseenter .display":"goOver",
// "mouseleave .display":"goOut",
"dragstart":"startDrag",
"dragstop":"stopDrag",
"drag":"whileDragging",