Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed insertRule() method error #23

Merged
merged 1 commit into from
Aug 6, 2018
Merged

fixed insertRule() method error #23

merged 1 commit into from
Aug 6, 2018

Conversation

michaelairola
Copy link
Contributor

For some reason, the insertRule() method used in the playIntro function wasn't working. My guess is that because it has a return value now (it must have changed recently), the code would exit out and never finish the rest of the playIntro() method. My code avoids the insertRule() method by creating a new style sheet, placing the keyframes rule in it, and then putting that stylesheet in the header of the index.html document. This seems to me to be in line with the original code, but in a way that functions properly. Let me know if you have any suggestions or different ways we can go about fixing this problem.

@wayou wayou merged commit f536bea into wayou:gh-pages Aug 6, 2018
@wayou
Copy link
Owner

wayou commented Aug 6, 2018

LGTM and thx!

ryodocx pushed a commit to ryodocx/t-rex-runner that referenced this pull request Mar 18, 2019
Janek20202 added a commit to Janek20202/ddd that referenced this pull request Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants