gifloopcoder icon indicating copy to clipboard operation
gifloopcoder copied to clipboard

HTML/JS Library/App for coding looping gif animations.

Results 8 gifloopcoder issues
Sort by recently updated
recently updated
newest added

The documentation linked from the README ([gifloopcoder.com/docs](http://www.gifloopcoder.com/docs)) seems to be down. I see the last commit on this repo was 4 years ago, so I understand if the project is...

I'm trying to create a Xmas tree out of 5 green 'tree' cubes and one yellow (`#F8E71C`) 'treetopper' cube: ``` function onGLC(glc) { glc.loop(); glc.size(500, 500); glc.setDuration(2); glc.setFPS(20); glc.setMode("single"); glc.setEasing(false);...

I wonder what happened in the last commit that made Github think that everything in the library has been changed. The current state of the GIT tree makes it impossible...

I tried to run the windows version 1.3.5 on win 7 32 bit today but the .exe-file showed an error message and did not start. I then downloaded the source...

``` glc.styles.backgroundColor = 'red'; list.addPoly( { blendMode: 'xor', }); ``` this shows a white polygon on a red background in the canvas panel, but when creating a .gif it's a...

Make the website responsive and use a framework such as Bootstrap or foundation to have nice design without spending much time. Here's a proposed design that I made: http://msurguy.github.io/gifloopcoder.com/ ![gifloopcoer](https://cloud.githubusercontent.com/assets/585833/11604879/847a1d42-9aa7-11e5-92b5-997b4d1acf05.png)...