You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: