Answer the question
In order to leave comments, you need to log in
How to implement background movements behind the cursor?
How to implement background movements behind the cursor? I need this behavior of the background:
https://github.com/user-doesnt-exist/page-doesnt-exist
It is important for me to understand in the direction of which events, methods, etc. look. I want to implement this in plain JS.
Answer the question
In order to leave comments, you need to log in
I couldn’t open the example, but I threw something, as I understand it, do I need to make a semblance of parallax? Only for bg in styles you need to set position
var bg = document.querySelector("#bg");
window.onmousemove = e => {
x = e.offsetX;
y = e.offsetY;
bg.style.left= x/30+"px"
bg.style.top= y/30+"px"
}
Perhaps a little bit wrong (does not make screenshots) - time counts, there is a division into projects and tasks. Formerly called iClockr, now called Luminia. Unfortunately, only for poppy.
www.kedisoft.com/iclockr/
manictime, only it only stores data locally, you can’t look through the site.
Two programs helped me.
1. RescueTime - www.rescuetime.com/
which is good: sends a report every week. takes up little memory and is invisible, you can configure which application is useful and which is destructive.
cons: rather roughly tracks time in applications.
However, it helps to understand the overall picture, a paid subscription is not required, it’s even better without it.
2. ManicTime - www.manictime.com/
which is good: keep track of all time in great detail.
cons: more cumbersome application, eats more memory.
It helps a lot to track individual tasks, shows the whole picture of the day. Good functionality in the basic version.
Has anyone tried CrocoTime?
There is also an online solution for business www.carlabella.com/ru/carla-time , it is not clear who implements it
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question