AngularJS Skills
How do I make an angularjs skills?
Skills by AngularJS directive. What is a angularjs skills? How do you make a angularjs skills? This script and codes were developed by Roman Budnikov on 18 January 2023, Wednesday.
AngularJS Skills - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>AngularJS Skills</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div ng-init="skills=[{language: 'Ruby', percentage: 100, color: '#F3C128'}, {language: 'AngularJS', percentage:60, color: '#C799FF'},{language: 'CSS3', percentage:50, color: '#FF5353'}, {language: 'HTML5', percentage: 70, color: '#1CDCFF'}, {language: 'jQuery', percentage: 80, color: '#7CD14E'}]"></div>
<div class="skills" data-timeout="500" data-speed="0.5"></div> <script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.1.1/angular.min.js'></script> <script src="js/index.js"></script>
</body>
</html>
AngularJS Skills - Script Codes CSS Codes
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic);
.skills { width: 98%; font-family: 'Open Sans Condensed', sans-serif;
}
.skills div { width: 0%; overflow: hidden; margin: 10px; border-radius: 5px;
}
.skills div span { display: block; font-size: 18px; padding: 7px 10px; text-shadow: 1px 1px #d3d3d3;
}
AngularJS Skills - Script Codes JS Codes
(function() { angular.module("myApp", ["myApp.directives"]); angular.module("myApp.directives", []).directive("skills", function() { return { restrict: "C", controller: [ '$scope', '$element', '$attrs', '$timeout', '$compile', function($scope, $element, $attrs, $timeout, $compile) { return angular.forEach($scope.skills, function(value, index) { var skill, time; time = (Math.random() * 1) + parseFloat($attrs.speed); skill = $compile("<div id='skills_" + value.language.toLowerCase() + "' style='transition: width " + time + "s; -webkit-transition: width " + time + "s; -o-transition: width " + time + "s; -moz-transition: width " + time + "s; background-color: " + value.color + "'><span>" + value.language + "</span></div>")($scope); $element.append(skill); return $timeout(function() { return skill.css({ width: value.percentage + '%' }); }, $attrs.timeout); }); } ] }; }); angular.bootstrap(document, ['myApp']);
}).call(this);

Developer | Roman Budnikov |
Username | supro |
Uploaded | January 18, 2023 |
Rating | 4 |
Size | 3,312 Kb |
Views | 6,069 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
A Pen by Roman Budnikov | 16,608 Kb |
App header | 4,968 Kb |
Compact menu | 3,181 Kb |
Flex barcket | 3,460 Kb |
Flat animated buttons | 3,210 Kb |
404 page | 64,234 Kb |
Foundle.com redesign | 9,901 Kb |
Rating | 2,426 Kb |
Letter | 3,032 Kb |
Css chat | 5,724 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
Canvas stripes | Adrianparr | 1,948 Kb |
Mandelbrot Fractal | _Billy_Brown | 2,706 Kb |
Default Input, Textareas, Submits, and Buttons in iOS | Demersdesigns | 2,334 Kb |
Css Rotating 3d cubes different speed | Dghez | 2,364 Kb |
Project_one | MOHIM | 9,592 Kb |
Faux column absolute wrapper | Yurimorini | 1,823 Kb |
Animated bar chart | CreativePunch | 3,124 Kb |
Rain Landing in a Pond | Edball | 3,009 Kb |
Sticky notes with CSS3 | HaiNguyen007 | 2,146 Kb |
Improve | Gavra | 1,652 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!