Skip to content

Commit

Permalink
added "sigmoid" easing function to the animation library, refactored …
Browse files Browse the repository at this point in the history
…easing reporter
  • Loading branch information
jmoenig committed Dec 22, 2023
1 parent e5bfaea commit 9dd6d2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DEVLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* prefixing a default text value in the slot-type dialog with dollar-underscore tags it as translateable selector
* support translating custom drop-downs by prefixing items with "$_"
* new experimental (hidden) option to bulk-toggle the use-primitive switch in all customized primitives
* new "sigmoid" easing function in the animations library
* **Notable Changes:**
* drawing a dot when moving zero steps now observes the flat-line-ends settings and draws a centered square or rhombus the size of current pen and in its direction
* when querying the defintion of a block via metaprogramming the number of inputs of the resulting ring now matches that of the header expression
Expand All @@ -60,6 +61,9 @@
* **Translation Updates:**
* German

### 2023-12-22
* added "sigmoid" easing function to the animation library, refactored easing reporter

### 2023-12-21
* blocks, byob, objects: include customized quasi-primitive dependencies in libraries and exported scripts / smart images
* objects, gui: refactored primitive blocks dictionary initialization
Expand Down
Loading

0 comments on commit 9dd6d2c

Please sign in to comment.