Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
Update example image references to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhodes committed Sep 7, 2014
1 parent ec6a93e commit bcb53ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
"url": "http://gifplay.jrhodes.me:8020/shuffle",
"description": "GIFPLAY // Shuffle -> shuffle GIF frames",
"repository": "https://github.com/jasonrhodes/revisit-gifplay",
"sample": "http://gifplay.jrhodes.me:8020/icon.gif",
"sample": "http://gifplay.jrhodes.me:8020/examples/shuffle.gif",
"supports": ["gif"]
},
{
"url": "http://gifplay.jrhodes.me:8020/pingpong",
"description": "GIFPLAY // PingPong -> repeat GIF backwards after forwards, creating a loop",
"repository": "https://github.com/jasonrhodes/revisit-gifplay",
"sample": "http://gifplay.jrhodes.me:8020/icon.gif",
"sample": "http://gifplay.jrhodes.me:8020/examples/pingpong.gif",
"supports": ["gif"]
},
{
"url": "http://gifplay.jrhodes.me:8020/reverse",
"description": "GIFPLAY // Reverse -> reverse GIF frames",
"repository": "https://github.com/jasonrhodes/revisit-gifplay",
"sample": "http://gifplay.jrhodes.me:8020/icon.gif",
"sample": "http://gifplay.jrhodes.me:8020/examples/reverse.gif",
"supports": ["gif"]
},
{
"url": "http://gifplay.jrhodes.me:8020/slowmo",
"description": "GIFPLAY // Slowmo -> delay every 3rd frame for slow motion effect",
"repository": "https://github.com/jasonrhodes/revisit-gifplay",
"sample": "http://gifplay.jrhodes.me:8020/icon.gif",
"sample": "http://gifplay.jrhodes.me:8020/examples/slowmo.gif",
"supports": ["gif"]
},
{
"url": "http://gifplay.jrhodes.me:8020/bouncy",
"description": "GIFPLAY // Bouncy -> 1,2,1,3,1,4 creating a bounce effect",
"repository": "https://github.com/jasonrhodes/revisit-gifplay",
"sample": "http://gifplay.jrhodes.me:8020/icon.gif",
"sample": "http://gifplay.jrhodes.me:8020/examples/bouncy.gif",
"supports": ["gif"]
},
{
Expand Down

0 comments on commit bcb53ac

Please sign in to comment.