Jump to content
Search Community

DjKarimi

Members
  • Posts

    13
  • Joined

  • Last visited

About DjKarimi

  • Birthday 12/08/1985

Recent Profile Visitors

2,790 profile views

DjKarimi's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

2

Reputation

  1. Hi Mr "GreenSock" very Thank you so much. I want exactly this code function "multiTo" . But we need to code this development function and more possibilities and more options. Thank you .☺️
  2. No, I want Mr. admin gsap to create a new framework for "anime.js".
  3. This is many line code . I want the code class to look like "anime.js" pls answer me : ?????
  4. Hi thank you for answer me. But I did not approve. I know the programming code. But this "anime.js" class is quick and easy. For example, the : var morphing = anime({ targets: '#morphing .polymorph', points: [ { value: '70 41 118.574 59.369 111.145 132.631 60.855 84.631 20.426 60.369' }, { value: '70 6 119.574 60.369 100.145 117.631 39.855 117.631 55.426 68.369' }, { value: '70 57 136.574 54.369 89.145 100.631 28.855 132.631 38.426 64.369' }, { value: '70 24 119.574 60.369 100.145 117.631 50.855 101.631 3.426 54.369' } ], easing: 'easeOutQuad', duration: 2000, loop: true }); There are 12 lines of code, and it's effortless and fast. I want the GSAP admin to create a new class that creates an animation like "anime.js". Because this code function is so beautiful, it's easy, it's great. If I type "gsap" like this "anime.js", I might have 100 lines of code. I am gsap fan. I like gsap . I love gsap. And a person insulted to "GSAP". And that person is rival. ???? https://github.com/juliangarnier/anime/issues/231
  5. DjKarimi

    Convert anime.js

    Hi Mr admin I want source code convert anime.js to gsap . https://tympanus.net/Development/OrganicShapeAnimations/ And create code function like this is : http://animejs.com/documentation/#colors And Can gsap more array points ? http://animejs.com/documentation/#morphing pls help me.
  6. Hi mr admin i run script this error : $.fn.setSmoothPageScroll = function (options) { var ops = { time: 0.8, distance: 190 }, t = $(this), g = 'mousewheel DOMMouseScroll MozMousePixelScroll'; ops = $.extend({}, ops, options || {}); t.unbind(g).on(g, function (e) { var elem, v = $(this); if (e.srcElement) elem = $(e.srcElement); else if (e.target) elem = $(e.target); if (elem) { var t = $(elem).getInputType(); if (t == 'select' || t == 'option') return; } e.preventDefault(); e.stopPropagation(); e.stopImmediatePropagation(); var delta = e.wheelDelta || e.detail || e.originalEvent.wheelDelta || e.originalEvent.detail * -1; if (delta < 0) delta = -1; else delta = 1; var scrollTop = v.scrollTop(), finalScroll = scrollTop - parseInt(delta * ops.distance); TweenMax.to(v, ops.time, { scrollTo: { y: finalScroll, autoKill: true }, ease: Back.easeOut, autoKill: true, overwrite: 5 }); }); return this; };
  7. Ok , very thank you . I'm try my code make from gsap animation icon 'LIKE'.
  8. woooooo Bravo wonderful I like it . But You can create these 'Animation Icon ' examples 'Like' ? https://tympanus.net/Development/Animocons/ Please....
  9. Hi Mr Admin . I want Animation Icon mojs : https://tympanus.net/Development/Animocons/ and cool power : http://mojs.io/tutorials/easing/path-easing/ http://codepen.io/sol0mka/pen/c7b99f1a216498818cbb9f0c881fc542 ------------------ http://codepen.io/sol0mka/pen/95e3300c59686dc1d534d2b38c208ecc ------------------------- http://codepen.io/sol0mka/full/OyzBXR
  10. Hi guys I want to be the new face animation. For example, the yellow circle to the top of the cosine right move. Please help me.
  11. this sample download and document form work : http://blog.bassta.bg/2013/05/smooth-page-scrolling-with-tweenmax but but but iframe not work scroll <iframe id="ifrmView" border="0" class="brNon wFull" scrolling="yes"></iframe> And Source : $('#lstExplorer li').live('click', function (e) { var URL=$this.data("path"); var Type=$this.data("type"); $("#ifrmView").attr("src","PanelView.php?URL="+URL+"&Type=" + Type).load(function(){ this.contentWindow.setLoadInit(); //setScrollAnimation($(this.contentWindow)); }); }); in content iframe : <script src="JavaScript/GSAP/TweenMax.min.js" type="text/javascript"></script> <script src="JavaScript/jquery-latest.js" type="text/javascript"></script> <script type="text/javascript"> function setLoadInit() { setScrollAnimation($(window)); } </script> <div> ....
×
×
  • Create New...