Search Type: Posts; User: shinriyo
Search: Search took 0.01 seconds.
-
30 Mar 2012 9:04 PM
Jump to post Thread: doesn't work android2.3 by shinriyo
- Replies
- 5
- Views
- 2,589
I know it doesn't work on Android.
Why does Sencha Animator say it works for Android?:-?
It works on chrome.
But, Android's web browser is not chrome. -
29 Mar 2012 8:50 PM
- Replies
- 8
- Views
- 1,322
Hi arnebech
I'm sorry.
I put the animation on the social game platform.
The social game platform avoid the animation. :s
It is not Sencha Animator problem. -
29 Mar 2012 6:58 PM
- Replies
- 8
- Views
- 1,322
Hi arnebech
I found how to attach only one Listener.
I delete classified information and will send you PM later. -
28 Mar 2012 4:34 PM
- Replies
- 8
- Views
- 1,322
Hi arnebech
>So if I understand you correctly, when you got back in Safari the animation won't load, because the 'load' event is never fired?
Yes.
Safari never fire load event when I back to... -
27 Mar 2012 6:37 PM
- Replies
- 8
- Views
- 1,322
Hi arnebech
It is the problem of iPhone safari.
In the situation from A page to B page.
33216
A is the page developed by Sencha Animator.
I attached click event to AN-sObj-42 button. -
27 Mar 2012 12:06 AM
- Replies
- 8
- Views
- 1,322
iPhone can't DO onload when back page via safari.
So, I can't click.:((
But, I found how to add listener again though back prev page.
function addListenerTo(element, event,... -
20 Mar 2012 10:45 PM
Jump to post Thread: Timeline Movement by shinriyo
- Replies
- 3
- Views
- 1,634
Yes. I want the feature.
It is troublesome to move all points
32957 -
9 Mar 2012 1:28 AM
- Replies
- 1
- Views
- 1,698
Hi there.
I created animation by Sencha Animator.
But, when the iPhone didn't have a cache, the animation plays without loading image files.
Would you tell me the way to play animation after... -
22 Feb 2012 4:48 PM
- Replies
- 2
- Views
- 829
Hi arnebech
I'm sorry. only Sencha Animator did work fine.
but, we use SNS platform it avoided touch.
It is not Sencha Animator's bug.:) -
22 Feb 2012 2:31 AM
- Replies
- 2
- Views
- 829
Hi there.
I created the button which created by Sencha Animator.
It is the snippet.
clickEvents: [{id: "hoge", handler:function(controller) {
controller.goToURL('http://google.co.jp');... -
20 Feb 2012 2:15 AM
- Replies
- 2
- Views
- 1,197
Hi arnebech
I'm sorry for making you wait.
I found what is a cause.
The criminal was "<!DOCTYPE html>"!
I attached the file.
It is fine, but if you remove comment out "<!DOCTYPE html>" on... -
16 Feb 2012 2:40 AM
- Replies
- 2
- Views
- 1,197
Hi there:)
I want to use mask.
but, I can't use inside of Scene's li tag.
It is snippet.
#MaskMove { -
14 Feb 2012 12:04 AM
Jump to post Thread: I released removing delay tool by shinriyo
- Replies
- 0
- Views
- 487
The CSS3 which exported by Sencha Animator have always have "delay".
However, it is not good, because it always ignore time.
If we write "delay: 0.5s" but it delays 0.2 or 0.8 or 0.9 or ... and... -
13 Feb 2012 5:12 PM
- Replies
- 2
- Views
- 990
I added the code and avoid users' touch event
document.ontouchmove = function () { event.preventDefault(); }
It can continue CSS animation when the user touch screen.
However, It also... -
12 Feb 2012 6:15 PM
- Replies
- 2
- Views
- 990
webkitAnimationStart is not unreliable.
because, during animation users touch screen a lot, the animation stops!
I want to know how to protect user touch screen and stopping animation.:((
... -
12 Feb 2012 6:07 PM
- Replies
- 2
- Views
- 742
I see.
But, checking by naked eye is difficult.
I want to know checking count system.:)) -
10 Feb 2012 4:44 AM
- Replies
- 2
- Views
- 742
Hi there.
I always remove and add CSS animation.
So, I don't know what the time of animationCount is best.
Would you tell me how to get the count of all CSS animation count of one scene? (:|
... -
9 Feb 2012 4:37 AM
- Replies
- 1
- Views
- 1,375
I resolved it
<script type="text/javascript">
document.ontouchmove = function () { event.preventDefault(); }
</script> -
9 Feb 2012 3:43 AM
- Replies
- 1
- Views
- 1,375
Hi there.
I have found bug.
It is about the animation which created by Sencha Animator.
When I touch the screen when the animation is playing.
How to resolve the bug?:((
iOS:4.3... -
9 Feb 2012 1:51 AM
- Replies
- 2
- Views
- 1,769
Hi there
Sencha Animarot always set same ID, in spite of same animation was attached.
So, I want create "Class" animation feature.;) -
8 Feb 2012 4:40 PM
Jump to post Thread: Beautiful sort ID feature by shinriyo
- Replies
- 2
- Views
- 1,148
I know it is unique and increment
But, I want the resort feature. =P~
Or, if I have a time I'll create resort tool:)) -
8 Feb 2012 12:54 AM
Jump to post Thread: I want to change ".restart" CSS. by shinriyo
- Replies
- 3
- Views
- 885
I just could overwrite new CSS.
var element = document.getElementById("AN-sObj-52768");
debug.console("BEFORE" + element.cssText);
document.styleSheets[1].insertRule('.restart #AN-sObj-52768... -
8 Feb 2012 12:43 AM
Jump to post Thread: Beautiful sort ID feature by shinriyo
- Replies
- 2
- Views
- 1,148
Sencha Animator always export ugly ID of JS below.
scenes: [{id: 0, animationCount: 26, duration: 2305, dimensions: {height: 320, width: 320, expanded: false, fit: false}
// do something
,{id:... -
7 Feb 2012 9:06 PM
Jump to post Thread: I want to change ".restart" CSS. by shinriyo
- Replies
- 3
- Views
- 885
I tried these ways later. but I couldn't :(
I put them after the code before
var element = document.getElementById("AN-sObj-52768");
element.className = 'restart'; -
7 Feb 2012 5:48 AM
Jump to post Thread: I want to change ".restart" CSS. by shinriyo
- Replies
- 3
- Views
- 885
Hi there
Sencha Animator always create ".restart" code for avoiding flicking.
But, I want to change ".restart" CSS's transform dynamically.
Could you tell me how to create dynamically ...
Results 1 to 25 of 76
