Jump to content
Search Community

skill

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

2,072 profile views

skill's Achievements

0

Reputation

  1. I want this: https://support.google.com/webdesigner/answer/6212374?hl=en&ref_topic=3243982 to be possible in Adobe Edge Animate. So, I want to load content from a feed from adwords and show it in the ad I've created with adobe edge animate. I can't find how to do this. Anyone has a template or something?
  2. Every time I use a filter for drop-shadow, the drop shadow 'strenght' is 100%, even though I change it to like 5%. It's totally useless... I really don't get it.
  3. I want to create a shadow on a button. But is that possible in adobe animate? I've tried something like this: TweenMax.to(this, 1.25, { boxShadow:"35px 45px 56px #FF5050" }); But that's not working. Or can I do it afterwards with css? Or is that impossible because it's all in one canvas? Please help me out
  4. Let's say i've got this: tl.from(root.text1_mc, 2, {scaleX:0.0, scaleY:0.0, opacity:0, ease:Elastic.easeOut},0); tl.to(root.text1_mc, 1, {scaleX:0.0, scaleY:0.0, opacity:0, ease:Back.easeOut},1); it's showing me a movieclip, and it goes away immediately. I want to have it like this: tl.from(root.text1_mc, 2, {scaleX:0.0, scaleY:0.0, opacity:0, ease:Elastic.easeOut},0); PAUSE FOR 10 SECONDS, then continue on the timeline with this: tl.to(root.text1_mc, 1, {scaleX:0.0, scaleY:0.0, opacity:0, ease:Back.easeOut},1); I've tried some commands like pause, paused, but I can't figure it out. How to do this?
  5. I use GSAP in Adobe Animate. I'm new to GSAP. I am using the demo files to create a basic animation. Now, after 15 seconds the animation stops, when I hover on the canvas it restarts the movieclips with a tween in it, and they pause when the mouse goes out of the canvas. I would like to restart the whole timeline / animation instead of just restarting the movieclips. How to achieve this?
×
×
  • Create New...