Changing CSS variables via JS in Polymer

后端 未结 3 1074
猫巷女王i
猫巷女王i 2020-12-16 02:13

In my Polymer project, I have a toolbar with a color I want to change using JavaScript. Since Polymer uses the CSS variable — paper-toolbar-background internally for styling

3条回答
  •  生来不讨喜
    2020-12-16 02:36

    Set the variable value in the element's customStyle map then call the updateStyle method.

    Here is an example of an element that changes its own visibility by modifying the value of a custom style that it defines. The variable can be external as well.

    
    
      
      
    
    
    
    

提交回复
热议问题