Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 8 of 8 total
Thread Animations
Sun, Feb 15 2015 10:36 AMPermanent Link

Uli Becker

In EWB 1 there were some basic animations, I couldn't find them any more.
Will the final release have that?

Uli
Mon, Feb 16 2015 8:32 AMPermanent Link

Matthew Jones

Uli Becker wrote:

> In EWB 1 there were some basic animations, I couldn't find them any
> more.  Will the final release have that?

So long as there is a Time component, the animations can be done. They
were always manually editable, and "just source", so it wouldn't be
hard for anyone to bring them over. I always did mine using the code
version for the added flexiblity over the final completion event.
Mon, Feb 16 2015 10:52 AMPermanent Link

Matthew Jones

Matthew Jones wrote:

> Time component

*Timer* component
Mon, Feb 16 2015 11:50 AMPermanent Link

Uli Becker

Matthew,

> So long as there is a Time component, the animations can be done. They
> were always manually editable, and "just source", so it wouldn't be
> hard for anyone to bring them over. I always did mine using the code
> version for the added flexiblity over the final completion event.

Ok, thanks, got it.

Uli
Tue, Feb 24 2015 4:47 AMPermanent Link

Uli Becker

Matthew,

> So long as there is a Time component, the animations can be done. They
> were always manually editable, and "just source", so it wouldn't be
> hard for anyone to bring them over. I always did mine using the code
> version for the added flexiblity over the final completion event.

I tried to create a kind of slider (panel with background image), moved
by a timer - but that looks just bad.
Have you found a special technique to create a fluent animation like
it's possible with JQuery?

Uli
Tue, Feb 24 2015 6:40 AMPermanent Link

Matthew Jones

Uli Becker wrote:

> I tried to create a kind of slider (panel with background image),
> moved by a timer - but that looks just bad.  Have you found a special
> technique to create a fluent animation like it's possible with JQuery?

Do you have the version 1 code? The animation in that is just fine. The
code is quite simple, and I expect should copy and paste to your own
version easily.
Tue, Feb 24 2015 8:13 AMPermanent Link

Uli Becker

Matthew,

> Do you have the version 1 code? The animation in that is just fine. The
> code is quite simple, and I expect should copy and paste to your own
> version easily.

Good idea - I'll try that.

Thanks Uli
Wed, Feb 25 2015 9:40 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Uli,

<< I tried to create a kind of slider (panel with background image), moved
by a timer - but that looks just bad. >>

That's why I removed the animation from EWB 2.  It needs to be
re-implemented in a smarter way using the JS requestAnimationFrame
functionality.  That will ensure that the animations are smooth and
seamless.

Tim Young
Elevate Software
www.elevatesoft.com
Image