Skip to content

Custom interpolations in /keyframes #4

@Picalines

Description

@Picalines

In current version of the mod you can only specify the value for keyframes, but can't customize interpolation between them - linear interpolation will be used by default

Ideally, you should be able to configure interpolation in /keyframes using the Keyframe struct fields:

{
  "properties": {
    "transform.position.x": {
      "keyframes": {
        "1": {
          "value": 0,
          "inWeight": 0.333,
          "inTangent": 5
        },
      }
    }
  }
}

This issue exists as a marker of possible mod improvement

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions