Does phaser 3 support animated tiles?

Hello, I am trying to use a tilemap with animated tiles, however, I can only get a static map. I print the tileset object and I can find the informations of animated tiles

"tilesets":[
        {
              "firstgid":1,
              "columns":18,
              "image":"..\/img\/tileset.png",
              "imageheight":1120,
              "imagewidth":1440,
              "margin":5,
              "name":"tileset",
              "properties":{},
              "spacing":10,
              "tilecount":252,
              "tileheight":70,
              "tiles":
              {
                     "195":
                     {"animation":[{"duration":100,"tileid":195}, 
                     {"duration":100,"tileid":196}]},
                     "216":
                     {"animation":[{"duration":200,"tileid":216}, 
                     {"duration":200,"tileid":217}]}
              },
              "tilewidth":70
        }],


As you can see, the “image” property is null, however, I set it in the json. And there are no imageheight, imagewidth and tiles properties. Does this mean animated tiles are not supported in phaser3?

They are not supported. :frowning: