Jump to content
Search Community

cedricz

Members
  • Posts

    16
  • Joined

  • Last visited

About cedricz

  • Birthday 05/29/1975

Profile Information

  • Location
    France

cedricz's Achievements

  1. Hello Jonathan, Thanks for your reply. Well, it's not really a good news. I will see later how i will resolve that... i have man things to do yet then i keep this problem for the end Thanks
  2. Hello, I try to animate a text like i animate others objects. On Chrome and Opera, animations on text element are ignored. On Mozilla Firefox, text is animated but not with the transformOrigin correct. On Edge (may be IE too, i don't have to test) it works perfectly (for once it is him which works lol) i created a simple exemple in codepen to visualize : http://codepen.io/anon/pen/wKgery?editors=101 Someone could help me please? Thanks Regards
  3. Thanks Jonathan, was helpful, it's work totally
  4. Thanks Jack, 'display:none' is really the problem with Firefox. It works in IE, Chrome and Opera. I will modify my code to no use display at all. Regards
  5. There an exemple of svg's file : http://dl.free.fr/mvsKFAYS1
  6. Hello, I try to make an svg file with GSAP embedded. It works with chrome but in mozilla i have an error NS_ERROR_FAILURE on gsap code. How i could resolve it ? Thanks
  7. Thank you, it's exactly what i was looking for. Regards
  8. Hello, I would like to know where i can find the list of differences between each versions of GSAP. For exemple if the version 1.15.0 include modifications of the version 1.14.3_preview1. Or what it's new in version 1.15.0... things like that. Thanks
  9. Thank you for your efficiency, my problem seems solved and it reassures me on many points. Thanks again.
  10. Thanks i will follow this subject and working on others things for now.
  11. I tryed, same result. I modified the file manually to simplify : http://213.245.128.155:85/reader.svg I can't do more simple, don't know later.
  12. hello, I'm on this problem for 10 days while I tried everything you offer. What emerges is that there is always the same mistakes in the same place. Uncaught TypeError: Can not read property 'opacity' of null Reader.svg: 27 (chrome) TypeError: undefined is t.style TweenMax.min.js: 15 (with cdn on firefox) I need to produce a single file that is animated, which allows the svg format. This is also the case for a swf file. Is it really scary? Security is supported by the browser on the execution of scripts (normally except bugs). Otherwise what you advise me instead? Is this really a bad choice of a svg file will animate autonomous manner? Am I to understand that no one has to try to integrate Twenmax inside a SVG? There a link to my svg file modifed : http://213.245.128.155:85/reader.svg
  13. I just seen on yours errors somethings : i dont use colorpicker, tipsy, selectize or globalshortcup, strange that have error on your log. And i take the content of object with jquery and jquery json to parse a json string then i think that jquery is working Dont know why u have all this errors when load svg and don 't know why timelinemax run the animation but don't move the object like in codepen. The alert with end is a oncomplete on the tweenmax anim runned by the timeline P.S : I bet you noticed that English is not my first language
  14. Saving the file in local i don't have the same
  15. Hello, Thanks for your quick answer. I will try to explain better. All the code I put in codepen is actually the contents of my svg file. I open the svg file directly in a browser (by clicking it) or opening after downloading. I included the contents of the minified version of TweenMax file by creating a svg file using javascript and jquery $ .ajax function. There a link to my svg file : http://213.245.128.155:85/reader.svg because i can't upload an svg file there. When open the file, it's run good the code but not same like codepen and don't anim my object, it's my problem. I hope i was more clear about my problem Thanks
×
×
  • Create New...