Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

style['WebKitTransition']=null won't work on PresenterView #2

Open
ppcano opened this issue Jan 24, 2012 · 0 comments
Open

style['WebKitTransition']=null won't work on PresenterView #2

ppcano opened this issue Jan 24, 2012 · 0 comments

Comments

@ppcano
Copy link
Owner

ppcano commented Jan 24, 2012

Wanted to clean webkit transition via ( like on ScrollMixin.refresh ):

    transformView.get('element').style['WebkitTransition'] = null;

Instead of:

      var css = {
        '-webkit-transform-style':''
        , '-webkit-transition-property': ''
        , '-webkit-transition-duration': ''
        , '-webkit-transition-timing-function': ''
        , '-webkit-transition-delay': ''
        , '-webkit-transform': ''
      };

      transformView.$().css(css);

However, it does not work as expected.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant