Jump to content
Search Community

Search the Community

Showing results for tags 'scrollmagic transform'.

  • 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 everyone, im working on this site width scrollmagic: http://project.at.w01203b5.kasserver.com/ username: greensock password: greensock in the middle there are 3 pictures with this animation: new ScrollMagic.Scene({triggerElement: "#parallax_trigger_1", duration: 800}) .setTween("#parallax_1 > div.parallax_image", {y: "200%", ease: Linear.easeNone}) //.addIndicators() .addTo(controller); the problem is that the pictures / animation gets very shaky and flickering in safari and firefox (mac) and IE11 (PC) - other browsers like Firefox (PC), Chrome (mac + PC) seem to be ok you can see it at the picture with the 2 people (woman and man) above headline "Strategisch. Innovativ. Umsetzbar. Erfolgreich. Überprüfbar." - you have to scroll i tried all the css workarounds like --moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transform: scale(1.00001), translateZ(0.00001); -webkit-transform: scale(1.00001), translateZ(0.00001); -moz-transform: scale(1.00001), translateZ(0.00001); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -webkit-filter: opacity(.9999); -webkit-font-smoothing: antialiased; -webkit-font-smoothing: subpixel-antialiased; -webkit-text-stroke: 0.35px; but it doesn't work - i also tried .setTween("#parallax_1 > div.parallax_image", {y: "200%",rotation:0.001, ease: Linear.easeNone}) but still flickering any ideas how to fix that? thanks for your help, steri
×
×
  • Create New...