Giter Club home page Giter Club logo

jsmovie's People

Contributors

googlecodeexporter avatar

Watchers

 avatar

jsmovie's Issues

Animation returns to start frame after done playing

What steps will reproduce the problem?
1. call .jsMovie('play')
2. sequence plays and then returns to start frame.

I'm able to specify whether the sequence repeats by setting 'repeat' to true. 
But it would be nice if we had a configuration option to specify whether the 
animation returns to start with it disabled by default.

v. 1.1.4 on Mac OS X in Chrome 19

Original issue reported on code.google.com by [email protected] on 1 Mar 2012 at 11:37

ie7 stack overflow error

IE 7 keeps throwing this error before the animation starts.

"stack overflow at line 0"

Using 'jquery.jsmovie.1.4.3b.min.js' version.

IE 8 and other mordern browser doesn't give that error.

Any help is appreciated.

Thanks!

Original issue reported on code.google.com by [email protected] on 11 Sep 2012 at 4:00

code to compute # of digits fails for #1000

What steps will reproduce the problem?
1. have an image sequence with > 1000 images
2. use some setting like : sequence: 
"anim_#####.jpg",from:0,to:1139,step:1,grid: 
{height:460,width:120,rows:1,columns:1},...

What is the expected output? What do you see instead?

when the code gets to image #1000 , it looks for anim_001000.jpg instead of 
anim_01000.jpg . anim_01001 & beyond load aok

What version of the product are you using? On what operating system?

using version jquery.jsmovie.1.4.3b , verified bug on both normal & min 
versions.

Please provide any additional information below.

The line #129 digits = (Math.floor(Math.log(sequence_no)/Math.log(10))+1); to 
compute # of digits could be simplified to just :

digits = sequence_no.toString().length;

& in the min version, this means changing 
"l=(Math.floor(Math.log(o)/Math.log(10))+1)" to "l=o.toString().length;"

This is shorter js & solves the bug.

Original issue reported on code.google.com by [email protected] on 31 May 2013 at 5:03

Getting Web page issue "This Objekt has already been initialized!"

What steps will reproduce the problem?
1. Every-time i refresh my webpage on any browser , In IE its showing above 
error in alert form.
2.Sequence running fine after cancelling the error but on mobile devices its 
giving problem, not able to see any effect.


What version of the product are you using? On what operating system?
IOS7, IOS 6 , IE9, IE8 or any other broswer.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 May 2014 at 8:28

How to get current playing/showing frame or image? when image sequence is playing

What steps will reproduce the problem?
1. How to get current showing frame or image
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
jsMovie | version 1.4.4 | Windows 7 64 bit | Browser: Firefox, Chrome

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Aug 2014 at 6:28

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.