Scots 2015-04-19 03:29:581 ♡
ForAnySailor 00d
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.
Admin 2015-04-16 17:44:080 ♡
CD TG Animation Segment 04
>Can you make her tits get bigger

I think they're already at the limits of good taste.
2015-04-13 12:00:160 ♡
Lighter Chains 24
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 ♡
Lighter Chains 24
Im excited for her being coerced for her first time. This is looking great by the way.
2015-04-12 14:16:530 ♡
link dress 04
Still enjoy the Ian Samson TG version where Link is stuck as a Gerudo girl...
Admin 2015-04-12 04:25:380 ♡
Lighter Chains 24
You'll have to hold out a little longer then. Can't throw her to the wolves immediately.
Baroke 2015-04-11 22:27:040 ♡
Lighter Chains 24
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 ♡
Lighter Chains 24
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 ♡
Lighter Chains 24
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?
Admin 2015-04-08 16:01:305 ♡
Page Link BJ 03
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.
2015-04-07 20:50:066 ♡
Page Link BJ 03
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 ♡
Lighter Chains 23
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!
2015-04-05 17:54:181 ♡
Lighter Chains 23
Lol, I love the subtly of the male mind playing with the new female body as he gropes his new breast
Lurker 2015-04-04 14:28:201 ♡
Lighter Chains 23
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!
<<
 
>>