We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14d1a9 commit b41a72bCopy full SHA for b41a72b
src/mods/animationPropertiesMod.ts
@@ -19,8 +19,8 @@ createBlockbenchMod(
19
data: AnimationOptions
20
) {
21
context.originalExtend.call(this, data)
22
- this.snapping = DEFAULT_SNAPPING_VALUE
23
if (isCurrentFormat()) {
+ this.snapping = DEFAULT_SNAPPING_VALUE
24
this.length = Math.max(this.length, MINIMUM_ANIMATION_LENGTH)
25
for (const animator of Object.values(this.animators)) {
26
if (!animator) continue
0 commit comments