NFT GIF showing content not available yet

Hi,
I just deployed a smart contract on rinkeby and minted an nft with a gif on ipfs but itā€™s not showing on opensea testnet.
Here is the link to the NFT; https://testnets.opensea.io/assets/0x59b5bd86bd28c501628e12727a7ebd19c862688e/1
The metadata is showing the link to the gif image; https://opensea.mypinata.cloud/ipfs/QmeJctm2BGcAqPuVvvdQYWVRVn7HBvEom4w17VJfovxkzv/1.json

What is the problem here ? is it just opensea tesnet that is taking too much time ?
I just added an ā€œanimation_urlā€ with no image url as I want the gif to be shown directly !

Please help me Iā€™m new to this.

Hi @hriguich

The url under ā€œanimation_urlā€ is ā€œipfs://QmNnY5VZMt6BkCmQDiJpa1rWBQPERN5nPbmDqXg7jBmGoX/deluxeplot.gifā€. Browsers do not support ipfs:// at this time.
You need to change the start of url from ipfs:// to ipfs.io/ipfs/

Image

maybe OpenSea doesnā€™t expect that animation_url key name, maybe if you use image instead of animation_url it would work