Skip to content

Move to specific coordinate? #7

Description

@spencerthayer

Does tranformOrigin function like window.frames.scrollTo(300,300); in theory does? Or in other words, will that move the frame to a specific XY coordinate?

zoom = 2;
$iframe = $('iframe.demo');
$iframe.data().zoomer.zoom = zoom;
$iframe.zoomer('refresh');

So how do we make the following work? It doesn't seem to work as far as I can tell.

$iframe.tranformOrigin('300,300');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions