View allAll Photos Tagged JavaScript,
killingclipart.com/testing/monster2/
Playing around with basic animation using the GreenSock javascript engine. When I programmed in AS3 back in the day I used GreenSock. I am VERY impressed with that this javascript animation engine can do... I'm ready to start playing around with more complex tests now.
Brahma Interface.
Interfaccia di frontend del progetto Genesi of Mantra.
Tecnologia utilizzata: php, javascript, json
dettagli su:
This photo was captured at the 2018 edition of Great Indian Developer Summit (#gids18), April 24-28, Bangalore, India.
This is a silly prototype I made showing flash video overlaying HTML, and synchronising javascript animations and sound effects to a video timeline. The lower left block is video, the lights (including those overlaying the video) are HTML, CSS and Javascript.
It gets a little crunchy toward the end given CPU load etc.
Another Javascript/Canvas experiment. Details at www.fogbound.net/archives/2016/01/27/onion-texture-in-jav...
Sometimes I find visual context helps when writing code. This is one example of a scratchpad for random thoughts.
Usually when I'm thinking in terms of coordinates, rows and columns or pixels as they relate to a grid pattern like this, it helps to draw outlines showing how the numbers correlate to the visuals.
In this case it was the "grid" (columns and rows of thumbnails) that I was working on. I knew scrolling, selection and rearrange would be important interactions that would need to be hashed out, once the photo items themselves has been defined as objects in JavaScript.
Later, primary controllers to be defined in JavaScript included the "display" (responsible for the current view), selection, events and state (sessionData) along with a few performance / browser limitation notes.
More fun background details on the grid are planned for a future code.flickr blog post.