This repository was archived by the owner on Sep 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
extensions/default/InlineTimingFunctionEditor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.timing-function-editor .coordinate-plane : after {
2- content : '{{INLINE_BEZIER_EDITOR_TIME }}' ;
2+ content : '{{INLINE_TIMING_EDITOR_TIME }}' ;
33}
44
55.timing-function-editor .coordinate-plane : hover : before {
6- content : '{{INLINE_BEZIER_EDITOR_PROGRESSION }} (' attr (data-progression) '%)' ;
6+ content : '{{INLINE_TIMING_EDITOR_PROGRESSION }} (' attr (data-progression) '%)' ;
77}
88
99.timing-function-editor .coordinate-plane : before {
10- content : '{{INLINE_BEZIER_EDITOR_PROGRESSION }}' ;
10+ content : '{{INLINE_TIMING_EDITOR_PROGRESSION }}' ;
1111}
1212
1313.timing-function-editor .coordinate-plane : hover : after {
14- content : '{{INLINE_BEZIER_EDITOR_TIME }} (' attr (data-time) '%)' ;
14+ content : '{{INLINE_TIMING_EDITOR_TIME }} (' attr (data-time) '%)' ;
1515}
Original file line number Diff line number Diff line change @@ -461,9 +461,9 @@ define({
461461 "LOCALE_ZH_CN" : "Chinesisch, vereinfacht" ,
462462 "LOCALE_HU" : "Ungarisch" ,
463463
464- // extensions/default/InlineBezierCurveEditor
465- "INLINE_BEZIER_EDITOR_TIME " : "Zeit" ,
466- "INLINE_BEZIER_EDITOR_PROGRESSION " : "Verlauf" ,
464+ // extensions/default/InlineTimingFunctionEditor
465+ "INLINE_TIMING_EDITOR_TIME " : "Zeit" ,
466+ "INLINE_TIMING_EDITOR_PROGRESSION " : "Verlauf" ,
467467
468468 // extensions/default/InlineColorEditor
469469 "COLOR_EDITOR_CURRENT_COLOR_SWATCH_TIP" : "Aktuelle Farbe" ,
Original file line number Diff line number Diff line change @@ -463,9 +463,9 @@ define({
463463 "LOCALE_ZH_CN" : "Chinese, simplified" ,
464464 "LOCALE_HU" : "Hungarian" ,
465465
466- // extensions/default/InlineBezierCurveEditor
467- "INLINE_BEZIER_EDITOR_TIME " : "Time" ,
468- "INLINE_BEZIER_EDITOR_PROGRESSION " : "Progression" ,
466+ // extensions/default/InlineTimingFunctionEditor
467+ "INLINE_TIMING_EDITOR_TIME " : "Time" ,
468+ "INLINE_TIMING_EDITOR_PROGRESSION " : "Progression" ,
469469
470470 // extensions/default/InlineColorEditor
471471 "COLOR_EDITOR_CURRENT_COLOR_SWATCH_TIP" : "Current Color" ,
You can’t perform that action at this time.
0 commit comments