Jump to content
Search Community

gimperdaniel

Members
  • Posts

    25
  • Joined

  • Last visited

Community Answers

  1. gimperdaniel's post in :before element not animating after timeline animation was marked as the answer   
    My problem was solved by adding 
    "immediateRender:true" to the TO element.
  2. gimperdaniel's post in Error: "Uncaught Cannot tween a null target" when using the CssRule Plugin was marked as the answer   
    Never mind. I figured it out. 
     
    I had my css defined as 
    #myID.connector:after{} And I was trying to select just 
    .connector:after{} It looks like that the CSSRulePlugin selection must have the exact same selector structure.
     
    So this works:
    CSSRulePlugin.getRule("#myID.connector:after");
×
×
  • Create New...