Hi there - I wanted to create an animation with 2 input images that I already have: f1.png and f2.png.
So f1.png and f2.png are the 2 keyframes in my animation.
I opened pixi, opened the images one by one which worked.
After this, I tried dragging each of the image into a new frame in the timeline but it’s not draggable.
It seems so simple and yet I might be missing something?
Open Pixi Editor → File → New project → Save it as a pixi project (say Temp1.pixi)
File → Open File → f1.png
File → Open File → f2.png
Go to the Temp1.pixi tab → Click on the timeline icon at the top (This opens the timeline view)
Create empty cel by clicking on the + icon
Go to f1.png tab, select the base layer on the right, then do: Edit → Copy
Come back the timeline, select the newly created empty cel and press, Shift + v
Now create another new cel and do the same for f2.png
Interesting thing is that when you create a new cel and paste the image in it, the cel continues to look empty until you add another cel when the first cel updates with the picture that you had just pasted.
Also I was using Ctrl + v as the paste shortcut blindly without checking that it is infact Shift + v