Jump to content
Search Community

Sandschieber

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Sandschieber

  1. I found a Solution!

     

    Maybe "extern" was the wrong term, I meant "not Inline" but an svg from the same Domain.

     

    First:

    You're right Jonathan.

    In my case: svg manipulation isnt allowed from extern Domains.

    so I cant use the codepen with Images on free Image Hosters.

     

    Second:

    I can get access to the svg by fetching it with javascript first like in this codepen

    See the Pen NRgvXq by opendoors (@opendoors) on CodePen

     

    like explained her from jbeard4: http://stackoverflow.com/questions/3346106/accessing-a-dom-object-defined-in-an-external-svg-file

     

    thanks for helping me!

    • Like 1
  2. I have different animations and need therefore timelines in function, that's how I understood it, anyway.

     

    Now I like to control about the timelines in these functions and dont know how to do that.

     

    Here are two Codepen examples:

    first without Function is running, but I need to get the second one running.

     

    without function:

     

    and with function:

    See the Pen ALqBXL by opendoors (@opendoors) on CodePen

     

     

     

    See the Pen jrBOEg by opendoors (@opendoors) on CodePen

  3. Hi there,

     

    I like to animate 3 things step by step:

     

    1. an div animation

    2. One Second later: H1 Splittext Animation

    3. Two Seconds later: H2 Splittext Animation

     

    I dont know how to put a pause before the splittext animation.

     

    I have tried it with an marker before the splittext  loop, but that does not work.

     

    I would be pleased for any help

     

    Here is my modified codepen:

    See the Pen VKPPmB by opendoors (@opendoors) on CodePen

    See the Pen VKPmbb by opendoors (@opendoors) on CodePen

×
×
  • Create New...