Wiki 9Minecraft Tiny Item Animations Wiki

Tiny Item Animations — Guide

The slot animation

The slot animation fires when a carried stack is put down onto a slot that already holds something. That slot's icon jumps to its largest size instantly and then shrinks back down over the following moments.

The shrink follows an ease-out curve rather than a straight line, which is what makes it read as a soft bounce instead of a mechanical resize: most of the size change happens in the first instant, then the last stretch settles gently. The item scales around the centre of its own square, so it grows outward in every direction and stays visually anchored to the slot it belongs to instead of drifting away from it.

Because each slot tracks its own progress independently, several slots can be part-way through the animation at once. Moving quickly across a row of slots leaves a short trail of icons at different sizes, all easing back to normal at their own pace.

The cursor animation

The stack held on the cursor gets its own version of the effect. Picking a stack up starts its animation from zero, and the icon grows smoothly as it is carried, reaching full size and staying there while it follows the pointer.

The practical effect is that the item being carried is bigger than everything underneath it, which keeps it readable while it passes over a dense grid of other items. Like the slot animation, it scales around the item's own centre, so the enlarged icon stays exactly under the pointer rather than sliding off to one side.

Putting the stack down resets its progress, so the next pickup animates again from the beginning.

Where the effect appears

The animation is attached to the standard container screen that Minecraft builds all of its inventory windows from, rather than to any single menu. That means it shows up everywhere items are handled:

  • the player inventory, including the armour slots, the crafting grid and the hotbar row
  • chests, trapped chests, barrels, shulker boxes and ender chests
  • furnaces, blast furnaces, smokers, brewing stands and other processing blocks
  • crafting tables, anvils, grindstones, looms, smithing tables and cartography tables
  • the inventory screens added by other mods, as long as they are built on the same standard screen

There is nothing to enable per screen and no list of supported containers to maintain.

What the mod does not change

The effect is drawn on top of the normal inventory and changes nothing underneath it. No items, blocks, recipes, entities or commands are added, no inventory rules are altered, and stack sizes, click behaviour and shift-clicking all work exactly as they did before.

Everything happens while the screen is being drawn, so nothing is written to the world and nothing is stored in a save. The mod can be added to an existing world or removed from one again with no trace left behind and no risk to the items already in storage.

It is also purely a visual layer on the player's own screen, so it has no effect on what anyone else sees.