This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Description
From @ankurvr7003 on July 16, 2015 9:18
I am trying to implement ripple and reverse-ripple animation in my application. My application is running on Polymer v1.0.
When i test this animation in separate page then it is working fine but when i am trying to test inside my application it shows javascript error
Uncaught NotSupportedError: Failed to execute 'animate' on 'Element': Partial keyframes are not supported.
My app have header and side menu bar. And one thing i want to let you know is whole application is mixed up with polymer elements and other libraries like (Twitter Bootstrap, jQuery, etc).
Please help me short this out.
Thanks in advance
Copied from original issue: Polymer/polymer#2092