hpi-swa-lab / qinoq

Create wonderful scrollytellings inside of lively.next ❄
MIT License
2 stars 0 forks source link

In fringe cases snapping of Keyframes does not work as expected #930

Open linusha opened 3 years ago

linusha commented 3 years ago

In some small amount of scenarios (can only be reproduced by trial-and-error) the snapping of Keyframes will not work. This is due to the implementation of the snapping and how the position of Keyframes is converted into positions of TimelineKeyframes in timeline/index.js.

The solution would be to either purely rely on the model or on the view for snapping. This is however hard and the problem is only apparent in a very small amount of cases.

T4rikA commented 3 years ago

Also happens for sequences in overview timeline, happend when dragging tree and day background. The snapping indicator for tree sequence to night background was not shown

linusha commented 3 years ago

Also happens for sequences in overview timeline, happend when dragging tree and day background. The snapping indicator for tree sequence to night background was not shown

But it is also only some (edge) cases?