Skip to content

Moving some object along the curved line with JavaScript and CSS-animations

Notifications You must be signed in to change notification settings

lingvocoder/AIC-Robotics-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Тестовое задание для AIC Robotics.

Задача: воссоздать механику движения объекта по кривой с использованием CSS-анимации. Основная особенность заключается в том, что я создаю траекторию движения с помощью обычного массива с (x,y) координатами. Объект не просто движется по траектории, но при этом изменяет свой угол наклона. Движение объекта должно происходить с постоянной скоростью, оно должно быть плавным. При достижении контрольной точки нужно показать баннер.

Test for AIC Robotics.

Task: recreate movement mechanics for some object along the curved line using CSS-animations. The main feature is that, the original trajectory is built with a simple array filled with (x,y) coordinates. The object doesn't simply move along the line, but it also rotates depending on the angle of the curve. The object has to move with linear speed and smoothly. On reaching the control point the corresponding banner is shown.

About

Moving some object along the curved line with JavaScript and CSS-animations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published