Re: [css-d] Stop going to first frame - css animation

2016-05-08 Thread Crest Christopher
I did what was mentioned on that page, and it didn't work, literally four times, now it works. Tom Livingston Sunday, May 08, 2016 6:34 PM Google is amazing: http://stackoverflow.com/questions/12991164/maintaining-the-final-state-at-end-of-a-css3-animation On Sunda

Re: [css-d] Stop going to first frame - css animation

2016-05-08 Thread Tom Livingston
Google is amazing: http://stackoverflow.com/questions/12991164/maintaining-the-final-state-at-end-of-a-css3-animation On Sunday, May 8, 2016, Crest Christopher wrote: > What is the CSS animation property to prevent a element from going back to > the start. For example; you apply a keyframe f

[css-d] Stop going to first frame - css animation

2016-05-08 Thread Crest Christopher
What is the CSS animation property to prevent a element from going back to the start. For example; you apply a keyframe for left; 0% left: 0 25% left: 45px; 75% left: 82px; 100%; left:100px When the animation finishes playing, instead of it stuck at keyframe 100% it reverts back to keyfram

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Crest Christopher
Problem solved, class order was wrong :-) Tom Livingston Sunday, May 08, 2016 3:22 PM This does not appear to work in FF. Works in Chrome and Safari. Tom Livingston Sunday, May 08, 2016 3:20 PM https://jsbin.com/cinono/edit?html,css,output

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Tom Livingston
This does not appear to work in FF. Works in Chrome and Safari. On Sun, May 8, 2016 at 3:20 PM, Tom Livingston wrote: > https://jsbin.com/cinono/edit?html,css,output > > > > On Sun, May 8, 2016 at 3:19 PM, Crest Christopher > wrote: >> Send me your bin once again. >> >> Tom Livingston wrote: >>

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Crest Christopher
https://jsbin.com/fepucugejo/edit?html,css,output Tom, your example shows a red outline, mine on the other hand, no. Then again, the path with the class=parttwo should be displaying the red outline, not the entire graphic. Tom Livingston wrote: https://jsbin.com/bizefowimo/edit?html,css,outp

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Tom Livingston
https://jsbin.com/bizefowimo/edit?html,css,output On Sun, May 8, 2016 at 2:34 PM, Tom Livingston wrote: > I added the class to the svg element (not sure if that's the best way > or if it is better to add a wrapper, but...), and added an outline > into the style and it looked correct to me. Not su

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Tom Livingston
I added the class to the svg element (not sure if that's the best way or if it is better to add a wrapper, but...), and added an outline into the style and it looked correct to me. Not sure what the issue is. On Sun, May 8, 2016 at 2:20 PM, Chris F.A. Johnson wrote: > On Sun, 8 May 2016, Crest C

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Chris F.A. Johnson
On Sun, 8 May 2016, Crest Christopher wrote: Even if the style for the class is empty, the element is not in it's default position as if I completely removed the class, that is what I don't understand. Are you sure the class is not styled in any CSS file? Please provide a URL so that we can

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Crest Christopher
https://jsbin.com/fepucugejo/edit?html,css,output Tom Livingston wrote: Link would help On Sunday, May 8, 2016, Crest Christopher wrote: Even if the style for the class is empty, the element is not in it's default position as if I completely removed the class, that is what I don't underst

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Tom Livingston
Link would help On Sunday, May 8, 2016, Crest Christopher wrote: > Even if the style for the class is empty, the element is not in it's > default position as if I completely removed the class, that is what I don't > understand. > > Tom Livingston > Sunday, May 08, 2016 1:19 PM > Sounds like you

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Crest Christopher
Even if the style for the class is empty, the element is not in it's default position as if I completely removed the class, that is what I don't understand. Tom Livingston Sunday, May 08, 2016 1:19 PM Sounds like you are adding a class that has styles associated with

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Crest Christopher
The class had no styles associated with it ! Tom Livingston Sunday, May 08, 2016 1:19 PM Sounds like you are adding a class that has styles associated with it already. On Sunday, May 8, 2016, Crest Christopher __

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Chris F.A. Johnson
On Sun, 8 May 2016, Crest Christopher wrote: When I add a class to an element which otherwise doesn't have a class, the element for which I just added the class repositions its self. How can I keep the element in the exact same position it was before adding the class ? I've tried margins and

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Tom Livingston
Sounds like you are adding a class that has styles associated with it already. On Sunday, May 8, 2016, Crest Christopher wrote: > When I add a class to an element which otherwise doesn't have a class, the > element for which I just added the class repositions its self. How can I > keep the elem

[css-d] Setting Element to original spot in class ?

2016-05-08 Thread Crest Christopher
When I add a class to an element which otherwise doesn't have a class, the element for which I just added the class repositions its self. How can I keep the element in the exact same position it was before adding the class ? I've tried margins and positioning but that doesn't set the element