Tweens with movements not working in HTML5

  • Why does this not work with HTML5

    <action name="pan">
    oninterrupt(break);
    tween(view.hlookat, 10, 10.0, easeInOutQuint);
    tween(view.vlookat, 20, 10.0, easeInOutQuint);
    tween(view.fov, 0.5, 10.0, easeOutQuad, tween(view.fov, 1.0, 3.0, easeInQuad));

    </action>

    I do not see tweens or any of the other tags used as not supported.

    Hans

  • Well I am not sure that using movements on iPad is a good idea.

    The problem is that we have almost no zoom to work with because the cubefaces are too small and also the processor is not good enough for too much automatic movements.
    The first 3-5 seconds while loading HTML5 is ls very bad in Safari. On my iMac 27" you can not do anything in the first seconds and even after that it takes several second before panning is not jerky.

    Anyone who has done any tests on an iPad with this?

    Hans

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!