Phaser 3 Tiled Map Editor Plugin
The Phaser 3 Tiled Map Editor Plugin is a tool for animating specified tilemaps or layers made in the Phaser platform. This plugin can support unlimited tilemaps, layers, and tilesets simultaneously.
Furthermore, you can also use this tool for controlling the playback rate of specified and unspecified tiles globally. If you are animating tiles using this map editor plugin, you only need three lines of code.
You need one line for preloading the plugin, then another line for registering it in your create method, and a third line for initializing it to your map.
Download and learn more about the plugin here.