This “unlimited objects” effect is something I saw for the first time at early 90’s in Amiga demos. I’ve implemented this earlier in Monkey X. This time it’s implemented in JavaScript. The idea is, that there’s one moving object, the rest is real time animation… Video: The source code: The line, where CSS style isContinue reading ““Unlimited objects” in JavaScript”
Category Archives: JavaScript programming
Old School: Rolling and Rotating Text in JavaScript
It’s over midnight, but it is summer… I’ve made this kind of effect in Monkey X earlier. Just tried to make it in JavaScript too. Video: The source code: The line where CSS style is loaded is not needed. Feel free to use the code.