A
A
Alex2017-07-18 12:26:16
css
Alex, 2017-07-18 12:26:16

How to "capture" the behavior of the elements on the page and generate a video?

There is a normal html page. On it, using JS, some manipulations with the DOM are performed.
You need to create a video file (or gif) that will capture the behavior of the page.
Are there any JS libraries or something similar for this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
RaulDuke, 2017-07-18
@RaulDuke

To quote Stackoverflow:
You can use ready-made solutions:
www.google.com/analytics
www.clicktale.com
https://segment.io/
www.extrawatch.com
mouseflow.com
https://www.seevolution.com/
clicky.com
You can do amazing stuff with Google Analytics and its Event Tracker:
https://developers.google.com/analytics/devguides/...
searchenginewatch.com/article/2287906/10-Google-An...
If you're looking for a custom-made solution, you can try the following one with PHP and JavaScript:
css-tricks.com/tracking-clicks-building-a-clickmap...
Keep in mind that using third-party solutions is better performance-wise . Writing the coordinates of the mouse movements in a database in real time, needs a lot of resources.
https://stackoverflow.com/questions/18713415/user-...

I
Ilya Beloborodov, 2017-07-18
@kowap

Mmm, you can make screenshots using js , save these screenshots to a server, and then generate gifs from screenshots, just a suggestion, I haven’t practiced this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question