
Sandeep
-
Posts
5 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by Sandeep
-
-
Hello Friends,
My animations are working fine in ipad stimulator ios 6.
But now in ipad2 ios 6.0.1.
Is there any particular reasons?
What should I do? Is there any solutions for it.
Regards,
Sandeep
-
Thanx for the reply.
The animation was like that:
the object will be hidden initially and then it will be visible later before reaching the end of animation it should again disappear.
Ya the reason was the given delay.. It got resolved.
Cheers
-
Hello,
I am nesting timeline.
code is like:
timeLine.to(obj1,1.2,{css:{display:"block"}})
nestedTimeline1 = new TimelineMax({repeat:1});
// initially obj2 is with opacity :0
nestedTimeline1.append(TweenLite.to(obj2,1.4,{css:{opacity:1,left:187,bottom:108}}))
nestedTimeline1.append(TweenLite.to(obj2,.5,{css:{opacity:0}}),-.8)
timeLine.append(nestedTimeline1);
when i do:
timeLine.totalProgress(0);
my animation will start from first. But the issues is obj2 opacity will not be reset to 0.
i am not able to understand why this issue is coming???
any solution will be greatly appreciated..
-
Hi,
Let me congratulate GreenSock for the hard work and success.
My question is, how to do next and previous in TimelineMax. ?
I am able to play,pause,reverse and resume but how to go to the next/previous frame of the animation?
any help will be highly appreciated.
GSAP animations are not working in ipad2 ios 6.0.1
in GSAP
Posted
Hi,
I am using TweenMax.min.js
* VERSION: beta 1.641
* DATE: 2012-11-08
and today i updated to
* VERSION: beta 1.701
* DATE: 2012-01-16
But still the issue continues.