diff --git a/_drafts/friction-100.md b/_drafts/friction-100.md index a69a209..b6e707d 100644 --- a/_drafts/friction-100.md +++ b/_drafts/friction-100.md @@ -12,28 +12,41 @@ Draft for Friction 1.0.0 Beta 1. * Proper support for timecodes * New Theme *(work-in-progress)* +* Support for Split Clip (`K`) +* Support for Markers (`M`) * Support for Frame In (`I`) * Support for Frame Out (`O`) -* Support for Markers (`M`) -* Support for Split Clip (`K`) * Changed shortcut for 'Invert Selection' (`Alt+A`) [**Full Changelog**](https://github.com/friction2d/friction/compare/v0.9.6.1...v1.0.0-beta1). ### Split Clip -Friction now supports split clip. The action is available through the shortcut `K` on the timeline. +Friction now supports split clip. This action is available through the shortcut `K` on the timeline. + + + +Or through the context menu on the clip or the timeline scrollbar. + +| Clip Context Menu | Timeline Scrollbar Context Menu | +| ------ | -------- | +| ![Clip context menu](/assets/screenshots/100/friction-clip-context-menu.jpg) | ![Frame scroll bar context menu](/assets/screenshots/100/friction-framescrollbar-context-menu.jpg) + +### Markers + +Friction now has initial support for markers on the timeline. This action is available through the shortcut `M` on the timline and through the timeline scrollbar context menu. - +*Note: If a marker already exists it will be removed. Clear all markers is available in the timeline scrollbar context menu.* -Or through the context menu on the clip. + -![Clip context menu](../assets/screenshots/100/friction-clip-context-menu.jpg) +### Frame In/Out -Or through the context menu in the frame scroll bar. +Friction now has initial support for frame in/out on the timeline. This action is available through the shortcut `I` for in and shortcut `O` for out. The actions are also available through the timeline scrollbar context menu. -![Frame scroll bar context menu](../assets/screenshots/100/friction-framescrollbar-context-menu.jpg) +*Note: If a in/out already exists it will be removed. Clear in/out is available in the timeline scrollbar context menu.* + ## Known Issues diff --git a/assets/videos/100/friction-frame-inout.mp4 b/assets/videos/100/friction-frame-inout.mp4 new file mode 100644 index 0000000..c6f11f8 Binary files /dev/null and b/assets/videos/100/friction-frame-inout.mp4 differ diff --git a/assets/videos/100/friction-markers.mp4 b/assets/videos/100/friction-markers.mp4 new file mode 100644 index 0000000..c416014 Binary files /dev/null and b/assets/videos/100/friction-markers.mp4 differ