/* RESUELVE PROBLEMA DE MOODLE 2.8 CON SCORMS */
/* https://moodle.org/mod/forum/discuss.php?d=277360&parent=1193793 */
/* set up the keyframes */
@-webkit-keyframes nodeInserted {
from { opacity: 0.99; }
to { opacity: 1; }
}
/* force a repaint with a super short duration */
#scorm_content > iframe
{
-webkit-animation-duration: 0.001s;
-webkit-animation-name: nodeInserted;
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.