Blockbench Reference Docs
    Preparing search index...

    Variable NativeGlobalsConst

    NativeGlobals: {
        Animation: {
            prototype: Animation;
            new (effect?: AnimationEffect, timeline?: AnimationTimeline): Animation;
        };
    }

    Provides access to global Javascript/DOM variables that are overwritten by Blockbench's own variables

    Type Declaration

    • Animation: {
          prototype: Animation;
          new (effect?: AnimationEffect, timeline?: AnimationTimeline): Animation;
      }