Jump to content
Search Community

dalisoft

Members
  • Posts

    60
  • Joined

  • Last visited

Everything posted by dalisoft

  1. Thanks. I writed here, because, if i there get more "ripp-off" vote, i close my js. I can keep/continue update my js? or i need stop. I copied some syntax (exactly most syntax). Code isn't copied. You can check my js code. Thanks again. Sorry, i no know english good.
  2. Thanks, so i can continue (keep) doing my js? with GSAP code will not be any problem? Because some of syntax is like same.
  3. In my friends said, i don't know Phaser, but maked this from Tween.js (made by @sole). I know i fan of GSAP, because i maked syntax like GSAP. GSAP has ton of features, my js hasn't that features. Thanks for reply, anyway.
  4. Hi @GreenSock and other GSAP contributors. Here link: https://github.com/dalisoft/Unim.js Here GitHub vote issue page: https://github.com/dalisoft/Unim.js/issues/1 Some peoples say, it's ripp-off of GreenSock, but i maked this product, but syntax is inspired by GreenSock. Please vote to poll with Issue #1. Your poll/vote is important for me
  5. All is OK Thanks for reply. I know, how to make best tweening engine with LOT of feature is too hard. Thanks again
  6. Yes, you're understand. MorphSVGPlugin is stable and has many control. Commercial users pays for it, but for Github or Freebie theme makers no pays, i think. You're can help me to look better morph?
  7. GSAP is really cool, i have not problem with GSAP! There seem, SVG Morph has issue - http://codepen.io/dalisoft/pen/qOQrwz (i said ago) While 5,4,3,2,1,0 numbers, showing triangle, because these paths not same number of points. Have any idea how to improve this? UPDATE: There seem SVG Morph works properly, because point number of same. http://googledrive.com/host/0B7DKrzLvYDoOZUViTlBZQWxNWXc (demo link, batman.html) NOTE: "MorphSVG" is excellent Morpher, but simple web-developers (like me, making simple official site for own) can't get this plug-in. I want make, that simple developers can use morph with limited* features, but with excellent morph. * (limited) - users can't control over time/timeline like pause,play,reverse,restart or etc! Thanks! Sorry for bad english
  8. Hi, again! I'm maked own SVG Path extractor/decode/parser! I tested, there all is accurate, but while i calculation shows error when has difference paths. Can you're help me? Github Link: https://github.com/dalisoft/SVGPath.js
  9. Thanks, i now reading. Great product not only product feature, great with best support. GreenSock has best support. Thanks
  10. Thanks! I have not idea what this shapeIndex, i not want shapeIndex code, i want learn shapeIndex is what? Thanks!
  11. I haven't MorphSVG plug-in for morphing. But i trying use SVG-Morpheus as morph animator
  12. Thanks for answer! USUblake: you also seen tweening with wrong morphing? GreenSock: I can't understand, why SVG-Morpheus is tweening wrong, that why i asked from. You can fix morph issue with some tricks? Thanks again!
  13. Hi, GreenSock developers! I'm amazed when see the latest Morph SVG Plug-in! I comparing two SVG Morph tool, but i seen you're using another way to morph, you're can share how you're doing? http://codepen.io/dalisoft/pen/qOQrwz - my pen, only for test http://codepen.io/chrisgannon/pen/QjKNeZ
  14. Hi! I'm detected some issue/bug with latest version while check (make compare with other animation engine)! Has simple demo made by @GreenSock! http://codepen.io/GreenSock/pen/17b4f47aa28f02e305dab386e9f79e89/ When using v1.17.0 instead of v1.16.1, SVG TransformOrigin is breaking, i think latest version isn't for SVG! Really for SVG recommend v1.16.1?
  15. I'm using: OS: Windows 10 Multiple Edition Browser: Microsoft Edge Note: Default, no DEV panel used, before has issue, in my last pen issue/bug fixed! Did you compared with my demo and first demo in Microsoft Edge? I tested and works best, i think bug with CSS and GSAP usage! UPDATE: I think some difference may be affect this: 1) transformOrigin set via TweenMax.set! 2) CSS Styling! My PC language is Russian, sorry for that
  16. Hi all! I haven't better knowledge, but i using GSAP for years in local expirements! http://codepen.io/anon/pen/doaKoZ - This pen is working best without any tricks! No translateZ (null 3d hack), No force3D, No RotateZ! Works good for me! GSAP is stable for years and cannot be issue/bugs! Maybe issue with users CSS! Sorry for my bad english
  17. Hi! Thank you for fast reply! I not using all code, just rotate transform-origin, but not no use i! No, GSAP is better all time anyway, i beleive and say in my animation engine page! I making smaller GSAP-like, my JS size unminified is 100Kb! My js can do SVG, Canvas, String, Object, DOM Element, Array, Numbers tweening with infinite support ( like { x : y : { z : 5 } } } )! I used SVG Transform transform-origin fix from (http://www.svgbasics.com/rotate.html and css-tricks.com (now site not working properly))!
  18. Hi! I'm working to new animation engine! Cross-browser and back to IE8 support for transform (rotate, scale, translate), but it's always uses transform-origin is 50% 50% or 0px 0px! I obtained and installed TweenMax.js CSSPlugin IE8 transform script and works on any transform-origin! My project is MIT-Licensed. Is it possible use code on my project free or need BUY license or completely restricted? Sorry for bad english!
  19. Please delete this topic
  20. Hi, GSAP authors! I recently maked some animation engine, not stable as GSAP, but maybe stable in future! I getting medium performance, not as GSAP (GSAP getting maxium/high performance even in IE)! Here a link, https://github.com/dalisoft/animo.js/tree/beta-v3-high-perf I have some questions? 1. Possible use your control over time feature, such as restart, timeScale, SteppedEase, seek, pause, play, etc? 2. If i get higher than GSAP perf, possible i say high performance than GSAP? 3. For these features, control over time requires license (GreenSock Club)? Sorry for my bad english, Thanks! I fan of GSAP for years, i used GSAP in my some templates to ThemeForest (but not accept for some reason), great work!
  21. Thanks, Animo.js is month ago started, i think i am also getting smooth after years. Animo.js has more issues. Thanks again
  22. Hi GSAP authors! I'm need help, i maked tweening engine, Animo.js (github.com/dalisoft/animo.js - 2 branch (v2 and master v1). I Highly optimized the performance, but i dont know why i can't tween smooth than GSAP. I have question, why TweenMax size too large??
  23. Hi Jonathan! Thanks for answer. CSS3 border-radius, rotate(X|Y) (3D Transformation) doesn't work on IE9 and LT IE9, Opera LT 13, FF LT. LT = less than. I want add this feature to TweenMax with Plug-in (style getter, style setter, hooks). Thanks, i no more want add feature
  24. Tween.js Modded - Minifed ~18Kb, http://tweenjs.ga
×
×
  • Create New...