Jump to content
Search Community

Search the Community

Showing results for tags 'jquery clone xpercent'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. Hi i'm using xPercent for making slideshows with one or more slides moving at once. For making infinite roll i need sometime to clone lasts/first childs, but as they are xPercent-ised when i clone them i get this behavior... The node has : transform: translate(800%, 0%) matrix(1, 0, 0, 1, 0, 0); the div is 211.983px, when cloned and setted to -100 (getting it before the first slide) it has then : transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 1695.87, 0); so it computes 800% width in matrix and apply my xPercent placement of -100. Is it jquery that when copying the node properties, make that move ? Luckily, i found a way to mitigate that by using clearProps:"xPercent" and setting it again after. @+
×
×
  • Create New...