Results 1 to 4 of 4

Thread: Panorama view

  1. #1
    Join Date
    Jun 2011
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Panorama view

    Panorama view

    Panorama view by Arkacaraka

    DESCRIPTION:

    Through this simple method, we can look attractive panoramic explorers.
    By involving Jquery script and zoom effect are controlled simultaneously.

    The basic principle of this script is, drag and zoom the image that works constantly.
    thus produced an animated appearance as spectacle video're surfing the panorama.

    Important parameters that need to be set are:

    The order set the stage in a linear fashion from beginning to end show.

    position on the frame image viewer below are the initials of the value used in panorama.js.

    example:
    from 0,1,2 to 1,0.5,3

    (from 0,1,2) which means: the value of "0" = left-right position (x), "1" = position of top-down (Y) and "2" = value of the zoom (2x zoom).
    (to 1,0.5,3) and this is the end position of the image in one step, and adhere to the same initials.
    See below :
    Code:
    {var $=jQuery;options.duration=options.duration||10;var paths=
    
    
    [{from:[1,0.5,1],to:[1,0.8,2]},//stage 0
    
    {from:[1,0.5,1],to:[1,0.8,6]},//stage 1
    
    {from:[1,0.8,6],to:[1,0.8,5]},//stage 2
    
    {from:[1,0.8,5],to:[1,0.8,3]},//stage 3
    
    {from:[1,0.8,3],to:[1,0.8,1]},//stage 4
    
    {from:[1,0.8,2],to:[-0.006,0.8,2]},//stageb 5  
    
    {from:[-0.006,0.8,2],to:[-0.006,0.13,2]},//stage 6
    
    {from:[-0.006,0.13,2],to:[-0.006,0.13,5]}, //stage 7
    
    {from:[-0.006,0.13,5],to:[0.3,0.13,5]},//stage 8
    
    {from:[1,0.8,1],to:[0,0,0]}];//End stage
    URL TO CODE:
    jquery_panorama.js
    panorama.js

    View" DEMO Panorama view"

    Download panorama.zip
    Last edited by Arkacaraka; 06-19-2011 at 01:59 AM.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Interesting concept, and it adds a lot of movement to the page. But it looks horrible when the pictures become pixelated. Is there a way to force the images to never get larger than 100%? If this was used only with high resolution images it would be better, though it would load slowly. I'd also suggest slowing down the speed a little.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jun 2011
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    that can be done possibly by using a single image alone to avoid loading images late.
    And with medium resolution.


    speed may still be set on this script (panorama.js) to apply the value:

    Code:
    jQuery("#animasi-tempat").animasi({effect:"JELAJAH",prev:"prev",next:"next",duration:50*100,delay:0*100,outWidth:800,outHeight:480,width:800,height:480,caption:true,controls:true,autoPlay:true,stopOnHover:false});

  4. #4
    Join Date
    Jun 2011
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Like I said that with the concept of this animation, allows the use of a single image alone.
    And it also allows us to make choices other imagesto explore in the viewer container.
    by placing the thumb images, through the click event.

    but what matters here is
    one image is not a still image, but an image that must be controlled by a script animation effect.

    In one session may contain dozens of animation stage.
    And this becomes my problem please help me ..

    See sample at : http://slideprofilpnpm.blogspot.com/...-panorama.html

    And this sample Panorama view in single image with medium resolution.

    https://sites.google.com/site/realilsticartist/one_image.zip
    Last edited by Arkacaraka; 06-19-2011 at 02:19 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •