Question: In my code, I wanted to create a mouse trail with 1)random images 2)a blurring effect 3) opacity transition 4) a max amount of divs in the trail. Similar to this: https://tympanus.net/Development/ImageTrailEffects/ Point 2 and 3 are done, however ...

Question: I would like to leave line trails at each of the corners of the rectangles. I have tried createGraphics to add an extra canvas where I want to leave the trails but it’s just doesn’t work. I purposefully rotate ...