Tan to the Dashi

Results 17 issues of Tan to the Dashi

Currently, it is only possible to validate top-level objects using `validate()`. However, there are some use-cases where validating a single value like an `array` would be needed handy. **_Example_**: Imagine...

A `nonNaN` rule has been added since the existing rules like `isNumber`, `isFloat`, `isNumeric`, `minNumber`, `maxNumber` all pass when providing a `NaN` value. To provide backwards compatibility, the existing rules...

Since there currently is some confusion for Firefox users, why the `Text` component is not rendered / visible an Info Panel could help aid with confusion. I put them everywhere...

**Describe the bug** Changing the opacity on a `Line` with a `lineWith` of `27+` causes rendering issues. Rendering a `Line` with a bigger `lineWidth` with an `opacity` of `1` seems...

b-bug
c-accepted
a-2d

**Description** Since the Question arose a couple of times in the Discord and asked myself the same thing recently, it would be good to have a short introduction / guide...

b-documentation
c-accepted
a-docs

**What has changed?** A new page has been added to the documentation describing the process on how to access and use the built-in `Logger`. Closes: #199

## What has been changed in this Pull Request The visibility of the properties `video`, `time` and `playing` for the `Video` Component have been changed from `protected` to `public`. This...

**Description** It would be nice to be able to access different properties of the Video Component such as `time`, `playing`, ... As of right now it is possible with a...

b-enhancement
c-accepted
a-2d

## **What happens in this Pull Request** In this Pull Request, a new chapter explaining the different types of Media in Motion Canvas has been added. This includes `Audio`, `Image`...

**Description** It would be nice to be able to import component from the `@motion-canvas/ui` package to display them in the documentation. This would add the benefit that one doesn't need...

b-enhancement
c-accepted
a-docs