Latest CommentsLatest Likes
Admin 2015-04-24 12:12:040 ♡
>Are you going to make anymore tg animation?

Probably
? 2015-04-23 17:46:400 ♡
Are you going to make anymore tg animation?
LittleGrue 2015-04-22 12:27:351 ♡
It's pretty obvious to me what you were saying in regards to her height. I suspect some readers were too busy getting off to actually read the dialogue.
TheDudeWhoDied 2015-04-22 00:15:140 ♡
Damn son, where'd ya find this?
2015-04-21 08:18:471 ♡
Also the mistress is standing straight and probably in the heels she was wearing earlier while the slave girl's knees are bent (in the second frame at least). It's really not that difficult to understand.
Admin 2015-04-21 03:27:321 ♡
Slave girl has become significantly shorter from the transformation. Her change in height is now more apparent to her because she has someone to compare to. I don't really know how to make it clearer in the comic without "oh now i am teh little girl" type narration.
Nubnuber 2015-04-20 21:32:090 ♡
Did he just shrink like a foot or was the Demon already pretty tall?
Admin 2015-04-19 23:13:510 ♡
No.
confused 2015-04-19 20:31:280 ♡
is the demon chick growing in height...
eeley 2015-04-19 10:17:581 ♡
SO. HOT.
Admin 2015-04-19 04:38:310 ♡
>Why is this a Gender Swap?

https://satinminions.com/4-Any-Sailor.html
Scots 2015-04-19 03:29:580 ♡
Why is this a Gender Swap?
Oh well. I wrote a 2500 word long slime girl tg/tf the other night. I'll imagine this is the aftermath.
2015-04-18 23:16:450 ♡
first?
Admin 2015-04-18 21:55:090 ♡
HD versions should be updated now.
Blank 2015-04-18 20:24:290 ♡
Will you do the same for the HD versions?
Admin 2015-04-18 00:26:481 ♡
>why does his name tag isnt affected

Because it's made of metal.
blue 2015-04-16 23:23:131 ♡
why does his name tag isnt affected
bo!! 2015-04-16 23:10:290 ♡
headlights
negative 2015-04-16 23:07:090 ♡
mind of a slut in a boys body
emeraldwollf 2015-04-16 22:59:210 ♡
jaw breaking
emeraldwollf 2015-04-16 22:55:000 ♡
seems interesting
Admin 2015-04-16 17:44:080 ♡
>Can you make her tits get bigger

I think they're already at the limits of good taste.
Question Person 2015-04-16 16:37:101 ♡
Can you make her tits get bigger after the bra pops
Dockleaf 2015-04-14 14:15:282 ♡
Great work! I like the evening gown in particular.
Admin 2015-04-13 18:13:110 ♡
It's not just you, I had a layer turned off. Should be fixed now.
2015-04-13 12:00:160 ♡
Maybe it's just me but it seems like her nipples weren't colored in at all on this page.
dimento 2015-04-12 14:27:001 ♡
Im excited for her being coerced for her first time. This is looking great by the way.
2015-04-12 14:16:530 ♡
Still enjoy the Ian Samson TG version where Link is stuck as a Gerudo girl...
Admin 2015-04-12 04:25:380 ♡
You'll have to hold out a little longer then. Can't throw her to the wolves immediately.
dimento 2015-04-12 01:36:460 ♡
Oh... Wasnt looking forward to a strap on...
Baroke 2015-04-11 22:27:040 ♡
So is the misstress actually going to be a caring dom? Or is this all just a ruse.
Admin 2015-04-11 20:36:020 ♡
I'm not opposed to futa, especially futa on female, but slave girl here is scheduled for strap-on for the near future.
Blah 2015-04-11 18:51:221 ♡
Goddamn this is just fantastic, I love her personality. Do you do/planing on doing Futa stuff or is it just strap-on/male x female?
2015-04-11 17:55:451 ♡
oh i wanna be in her position
2015-04-11 03:33:003 ♡
Trying to fight her new higher voice! I love that....
Scots 2015-04-10 03:03:474 ♡
You always remember your first...and second...and third...
Admin 2015-04-08 16:01:301 ♡
Thanks! I was looking for something like that so I could improve the timing of sub animations. I have updated the code so now the blinking in panel 3 happens on its own timescale. I also added support for multiple sub animations and opacity changes, which I used to add random blushing to panel 3.
Admin 2015-04-08 14:56:340 ♡
I am not annoyed. I'm glad you like it.
fire 2015-04-08 09:56:010 ♡
Sorry if I annoyed you, just really like your work
2015-04-07 20:50:061 ♡
Works quite well here.

window.requestAnimationFrame() can play more nicely with others (e.g. maybe stopping when the window doesn't have focus, delaying when the CPU is overloaded and maybe other niceties that vary by browser) than setTimeout on modern browsers, at the cost of having to track time yourself.

function init() {
...
for( ...) {
var frameState = {idx: i, start: null, nextFrame: null}
window.requestAnimationFrame(processOverlay.bind(frameState))
}
}

function processOverlay(timestamp) {
var idx = this.idx;
if (!this.start) { this.start = timestamp; this.nextFrame = timestamp }

if (this.nextFrame > timestamp)
{
// Nothing to do this time.
window.requestAnimationFrame(processOverlay.bind(this));
return
}

...

if (done)
{
this.nextFrame = tempFrameTime + timestamp
window.requestAnimationFrame(processOverlay.bind(this));
return
}
...
}
Caitlyn Masked 2015-04-06 12:50:251 ♡
I'm loving the series so far! Simply stunning! I specifically adore the use of the drawings here. They work so well that it was as though you were intending them for this very use! Bravo!
Admin 2015-04-05 21:43:170 ♡
>will there be a colored version

Sure, why not.
Admin 2015-04-05 21:39:290 ♡
>Typo

Noted. It will be fixed!
2015-04-05 17:54:181 ♡
Lol, I love the subtly of the male mind playing with the new female body as he gropes his new breast
Ariel 2015-04-05 12:48:532 ♡
Aww I love mother and child pictures like this :3
2015-04-04 23:58:130 ♡
Typo in the second panel, first sentence.

it'
2015-04-04 16:22:162 ♡
oh god damn, i came hard
Lurker 2015-04-04 14:28:201 ♡
This is the likely conclusion, but hopefully the wrong one.
Eagerly waiting to see how this plays out.

Great job on the series so far!
Rylee 2015-04-03 18:12:384 ♡
I would let it get all over my face
Admin 2015-04-02 23:25:450 ♡
>when do you update?

I aim for Saturdays. The best way to stay updated is to subscribe to the RSS feed (see FAQ entry https://satinminions.com/Info.html )
<<
 
>>